Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 3.56 KB

README.md

File metadata and controls

68 lines (52 loc) · 3.56 KB

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest project to be used as base for Fastify benchmask - link

Benchmarks

  • 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

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Stay in touch

License

Nest is MIT licensed.