nestjs 中文文档
Nest is a framework for building efficient and scalable Node.js web applications. It leverages modern JavaScript or TypeScript and incorporates elements of Object-Oriented Programming (OOP), Functional Programming (FP), and Functional Reactive Programming (FRP). While JavaScript has become a universal language for web frontend and backend applications, with projects like Angular, React, and Vue enhancing developer productivity, there is a need for a solution to architectural challenges on the server side. Nest aims to provide an out-of-the-box application architecture that allows for easy creation of highly testable, scalable, loosely coupled, and maintainable applications.
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.