如果喜欢本教程请点击右上角的 star
如有不解之惑,或是想要更多的详细教程,可以在 New Issues 中写下你的问题或需求。
Nest 是构建高效,可扩展的 Node.js Web 应用程序的框架。它使用现代的 JavaScript 或 TypeScript(保留与纯 JavaScript 的兼容性),并结合 OOP(面向对象编程),FP(函数式编程)和 FRP(函数响应式编程)的元素。
在底层,Nest 使用了 Express,但也提供了与其他各种库的兼容,例如 Fastify,可以方便地使用各种可用的第三方插件。
由于官方文档更新较为频繁,推荐大家尽可能的查阅官方文档进行学习
489719517
社区地址:github
TODO
A collection of Badass modules and utilities to help you level up your NestJS application. Package Description Version Changelog @golevelup/nestjs-common Common types, mixins changelog @golevelup/nest
Description The rbac module for Nest. Installation npm i --save nestjs-rbac Quick Start For using RBAC there is need to implement IStorageRbac export interface IStorageRbac { roles: string[]; permis
Nestjs-BFF OVERVIEW Overview Frontend Backend CLI DevOps Status This library is currently 'on ice' and is no longer being activley maintained at this time. However, it may still server
rucken-core-nestjs A simple application demonstrating the basic usage of permissions with NestJS (JWT, Passport, Facebook, Google+, User, Group, Permission) based on Rucken template Screenshots Featur
testing-nestjs Status A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and
nestjs-query Nestjs-Query is collection of packages to make crud for graphql easier. Why? While working on projects in nestjs it was very easy to get up and running with graphql however, there were ma