A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Nest project to be used as base for Fastify benchmask - link
- Machine: MacBook Pro | Quad-Core Intel Core i7 | 2.8Ghz | 4 CPUs | 16GB.
- Node:
v13.7.0
- Run: Mon Jun 3 13:30:00 UTC 2020
Router | Requests/s | Latency | Throughput/Mb | |
---|---|---|---|---|
fastify | ✓ | 60955.2 | 1.58 | 9.53 |
nestjs-fastify | ✓ | 53983.2 | 1.79 | 8.44 |
express | ✓ | 31278.0 | 3.12 | 4.89 |
nestjs-express | ✓ | 23327.2 | 4.21 | 5.09 |
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- Author - Rennan Stefan Boni
Nest is MIT licensed.