Skip to content
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) 🚀
TypeScript Other
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci fix(): integration tests cleanup, update deps versions Mar 2, 2020
.github Update FUNDING.yml Nov 5, 2019
benchmarks refactor(): Rewrite benchmark script to TS Aug 29, 2019
integration Merge branch 'master' of https://github.com/nestjs/nest May 12, 2020
packages chore(@nestjs) publish v7.0.13 release May 15, 2020
sample fix(deps): update nest monorepo to v7.0.11 May 12, 2020
scripts fix(): integration tests cleanup, update deps versions Mar 2, 2020
tools fix(): integration tests cleanup, update deps versions Mar 2, 2020
.commitlintrc.json chore(): bump package version Oct 24, 2019
.eslintignore chore(): remove lint from lint-staged Jan 26, 2020
.eslintrc.js chore(): remove lint from lint-staged Jan 26, 2020
.eslintrc.spec.js chore(): remove lint from lint-staged Jan 26, 2020
.gitattributes build: hide package lock Oct 8, 2018
.gitignore feat(kafka): Starts work on implementing client/server Jun 20, 2019
.npmignore bugfix: fix incorrect dependencies, simplify relations Oct 19, 2018
.prettierignore chore(build) share tsconfig, add 'clean' and npmignore Oct 6, 2018
.prettierrc refactor(): update to the latest version of prettier Mar 22, 2020
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Jan 8, 2020
CONTRIBUTING.md fix(): integration tests cleanup, update deps versions Mar 2, 2020
LICENSE Update LICENSE May 12, 2020
Readme.md Update Readme.md Apr 14, 2020
gulpfile.js build(): Refactor Gulpfile to TS Aug 7, 2019
lerna.json chore(@nestjs) publish v7.0.13 release May 15, 2020
package-lock.json Merge pull request #4759 from nestjs/renovate/eslint-7.x May 12, 2020
package.json chore(): update readme file May 12, 2020
readme_zh.md Update readme_zh.md Sep 12, 2019
renovate.json Update renovate.json May 13, 2020
tsconfig.json refactor: reduce implicit types Nov 24, 2018
tsconfig.spec.json chore(): remove lint from lint-staged Jan 26, 2020

Readme.md

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, but also, provides compatibility with a wide range of other libraries, like e.g. Fastify, allowing for easy use of the myriad third-party plugins which are available.

Philosophy

In recent years, thanks to Node.js, JavaScript has become the “lingua franca�? of the web for both front and backend applications, giving rise to awesome projects like Angular, React and Vue which improve developer productivity and enable the construction of fast, testable, extensible frontend applications. However, on the server-side, while there are a lot of superb libraries, helpers and tools for Node, none of them effectively solve the main problem - the architecture.

Nest aims to provide an application architecture out of the box which allows for effortless creation of highly testable, scalable, loosely coupled and easily maintainable applications. The architecture is heavily inspired by Angular.

Getting started

Questions

For questions and support please use the official Discord channel. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Consulting

With official support, you can get expert help straight from Nest core team. We provide dedicated technical support, migration strategies, advice on best practices (and design decisions), PR reviews, and team augmentation. Read more about support here.

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Principal Sponsor

Silver Sponsors

Sponsors

Backers

Stay in touch

License

Nest is MIT licensed.

You can’t perform that action at this time.