We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
如果使用nodejs来搭建Service服务,那么我们首选express或者koa,而fastify告诉我们一个数据:
express
koa
fastify
http.Server
从数据中可以看出,Koa的性能远大于express。当然,它的测试基于简单的单路由测试。不过由此我们可以看到fastify的性能远大于Koa。相信使用过fastify的小伙伴都会对它的性能速度感到惊讶。
Koa