Back to Nest

Readme Zh

readme_zh.md

11.1.194.9 KB
Original Source
<p align="center"> <a href="https://nestjs.com/" target="blank"></a> </p> <p align="center">用于构建高效且可扩展的服务器端应用程序的渐进式 <a href="https://nodejs.cn" target="blank">Node.js</a> 框架,深受 <a href="https://angular.cn" target="_blank">Angular</a> 的启发。</p> <p align="center"> <a href="https://www.npmjs.com/~nestjscore" target="_blank"></a> <a href="https://www.npmjs.com/~nestjscore" target="_blank"></a> <a href="https://www.npmjs.com/~nestjscore" target="_blank"></a> <a href="https://circleci.com/gh/nestjs/nest" target="_blank"></a> <a href="https://discord.gg/G7Qnnhy" target="_blank"></a> <a href="https://opencollective.com/nest#backer" target="_blank"></a> <a href="https://opencollective.com/nest#sponsor" target="_blank"></a> <a href="https://paypal.me/kamilmysliwiec" target="_blank"></a> <a href="https://opencollective.com/nest#sponsor" target="_blank"></a> <a href="https://twitter.com/nestframework" target="_blank"></a> </p> <!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer) [![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->

English

介绍

<p>Nest是构建高效,可扩展的 <a href="https://nodejs.cn" target="blank">Node.js</a> Web 应用程序的框架。 它使用现代的 JavaScript 或 <a href="https://www.tslang.cn" target="_blank">TypeScript</a>(保留与纯 JavaScript 的兼容性),并结合 OOP(面向对象编程),FP(函数式编程)和FRP(函数响应式编程)的元素。</p> <p>在底层,Nest 使用了 <a href="https://www.expressjs.com.cn" target="_blank">Express</a>,但也提供了与其他各种库的兼容,例如<a href="https://github.com/fastify/fastify" target="blank">Fastify</a>,可以方便地使用各种可用的第三方插件。</p>

设计哲学

<p>近几年,由于 Node.js,JavaScript 已经成为 Web 前端和后端应用程序的「通用语言」,从而产生了像<a href="https://angular.cn" target="_blank">Angular</a>、<a href="https://github.com/facebook/react">React</a>、<a href="https://github.com/vuejs/vue" target="_blank">Vue</a>等令人耳目一新的项目,这些项目提高了开发人员的生产力,使得可以快速构建可测试的且可扩展的前端应用程序。 然而,在服务器端,虽然有很多优秀的库、helper 和 Node 工具,但是它们都没有有效地解决主要问题 - 架构。</p> <p>Nest 旨在提供一个开箱即用的应用程序体系结构,允许轻松创建高度可测试,可扩展,松散耦合且易于维护的应用程序。</p>

开始

国内开发者交流群

QQ群:277386223 QQ群:336289049 QQ群:489719517

注意:这个交流群不是 NestJS 官方支持和维护的,只是为了方便国内开发者交流而建立的。 (Note: This channel is not officially supported and maintained by the NestJS org members.)

赞助商

Nest是一个MIT许可的开源项目。它的发展得益于赞助商和支持者的支持。如果你想加入他们,请查看更多。谢谢! :heart_eyes:

支持者

<a href="https://opencollective.com/nest"></a>

相关人员

License

Nest is MIT licensed.