Files
nest/Readme.md
kamil.mysliwiec 8ae127b3bc Readme update
2017-02-04 23:25:44 +01:00

1.4 KiB

Nest Logo

Modern, powerful web application framework for Node.js.

NPM Version NPM Downloads

Description

Nest is a powerful web framework for Node.js, which allows you to easily build efficient, scalable applications. It uses modern JavaScript, is built with TypeScript and introduces best concepts to JavaScript back-end world such as Dependency Injection (with IoC Container) and Separation of Concerns.

It is not just another framework. You do not have to wait on large community, because Nest is built with awesome, popular well-known libraries

  • Express and socket.io! It means, that you could quickly start using framework with no worries about a third party plugins.

Nest is inspired by Spring and Angular and is very much still a work in progress.

Installation

$ npm install nest.js

License

MIT