A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) 🚀 https://nestjs.com
Find a file
2022-05-05 11:36:30 +02:00
.circleci ci(): run tests on node 16 2021-07-07 12:53:01 +02:00
.github chore(deps): bump github/codeql-action from 1 to 2 2022-04-26 00:52:00 +00:00
.husky build(common): fix husky scripts 2021-11-28 11:53:53 +00:00
benchmarks chore(): update benchmarks 2021-02-22 10:21:11 +01:00
integration fix(microservices): multiple rmq client urls issue #9364 2022-04-01 16:51:46 +02:00
packages Merge pull request #9526 from nestjs/dependabot/npm_and_yarn/fastify-3.29.0 2022-05-05 11:21:26 +02:00
sample Merge pull request #9493 from nestjs/renovate/npm-lodash-vulnerability 2022-05-04 13:00:32 +02:00
scripts Merge branch '8.0.0' into fix-set-name-property-of-exception-object-equal-to-class-name 2021-01-27 12:09:34 +01:00
tools ci: fix gulp move for multi-application samples 2021-07-09 18:59:03 +02:00
.commitlintrc.json chore(): bump package version 2019-10-24 11:35:24 +02:00
.eslintignore chore(): remove lint from lint-staged 2020-01-26 12:17:23 +01:00
.eslintrc.js chore(): upgrade ts and eslint prettier plugin 2021-02-25 13:57:43 +01:00
.eslintrc.spec.js chore(): remove lint from lint-staged 2020-01-26 12:17:23 +01:00
.gitattributes build: hide package lock 2018-10-08 11:08:30 +02:00
.gitignore chore: add .devcontainer to gitignore 2022-03-06 06:24:33 +08:00
.mocharc.js Update .mocharc.js 2021-04-18 13:19:58 +02:00
.npmignore bugfix: fix incorrect dependencies, simplify relations 2018-10-19 09:55:50 +02:00
.prettierignore chore(build) share tsconfig, add 'clean' and npmignore 2018-10-06 16:14:35 +02:00
.prettierrc refactor(): update to the latest version of prettier 2020-03-22 12:10:49 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-01-08 17:22:24 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-10-17 17:56:08 +03:00
gulpfile.js build(): Refactor Gulpfile to TS 2019-08-07 22:08:01 +02:00
lerna.json chore(@nestjs) publish v8.4.4 release 2022-04-07 13:39:57 +02:00
LICENSE chore(license) 2022-01-06 18:00:43 -03:00
package-lock.json Merge pull request #9523 from nestjs/dependabot/npm_and_yarn/types/mocha-9.1.1 2022-05-05 11:21:38 +02:00
package.json Merge pull request #9523 from nestjs/dependabot/npm_and_yarn/types/mocha-9.1.1 2022-05-05 11:21:38 +02:00
Readme.md Update Readme.md 2022-05-05 11:36:30 +02:00
readme_jp.md chore: fix readme_jp.md 2021-05-16 01:04:03 +09:00
readme_kr.md Update readme_kr.md 2021-06-07 09:21:32 +09:00
readme_zh.md Update readme_zh.md 2021-03-08 11:31:53 +01:00
renovate.json Update renovate.json 2021-02-09 08:54:55 +01:00
SECURITY.md Update SECURITY.md 2021-09-24 12:05:24 +02:00
tsconfig.json chore(): resolve conflicts, update tsconfig 2022-03-03 10:05:11 +01:00
tsconfig.spec.json chore(): remove lint from lint-staged 2020-01-26 12:17:23 +01:00

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 from the amazing backers. If you'd like to join them, please read more here.

Principal Sponsors

Gold Sponsors

Silver Sponsors

Sponsors

Backers

Stay in touch

License

Nest is MIT licensed.