nestjs vs plain express performance
UPDATE – 17.03.2020 We are now running benchmarks for every new PR. One of the latest benchmarks can be found here: https://github.com/nestjs/nest/runs/482105333 Req/sec Trans/sec Nest-Express 15370 3.17MB Nest-Fastify 30001 4.38MB Express 17208 3.53MB Fastify 33578 4.87MB That means Nest + FastifyAdapter is now almost 2 times faster than express. UPDATE – 22.09.2018 Benchmarks directory has … Read more