Nest 是构建高效,可扩展的 Node.js Web 应用程序的框架。 它使用现代的 JavaScript 或 TypeScript (保留与纯 JavaScript 的兼容性),并结合 OOP (面向对象编程),FP (函数式编程)和 FRP (函数响应式编程)的元素。
在底层,Nest 使用了 Express,但也提供了与其他各种库的兼容,例如 Fastify,可以方便地使用各种可用的第三方插件。
common: FileFieldsInterceptor upload multiple files with different names (multer.fields) #741 core: support async dynamic modules #800 core: exclude routes in the MiddlewareBuilder #790 core: support RouteInfo in the MiddlewareBuilder (restrict middleware to certain request method)
forRoutes(
{ path: 'cats', method: RequestMethod.GET },
{ path: 'cats', method: RequestMethod.POST },
)
common: empty body ends up with 500 error (ValidationPipe) #734 core: the last one of APP_ providers get registered #812 core: middleware runs more than once #779 core: custom decorators not being treated as default ones #765 microservices: allow gRPC stream cancellation #773
common: expose axiosRef from HttpService#842 common: make MiddlewareFunction generic #778 microservices: propagate internal gRPC error #844 testing: type signature for TestModule.get() is too restrictive #772
要查看 指南, 请访问 docs.nestjs.cn. books 要查看 English 指南, 请访问 docs.nestjs.com. books
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.