当前位置: 首页 > 软件库 > 大数据 > 数据查询 >

Nestjs-Learning

授权协议 Readme
开发语言 Java
所属分类 大数据、 数据查询
软件类型 开源软件
地区 不详
投 递 者 常宸
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Nest.js 教程

如果喜欢本教程请点击右上角的 star �� ,想订阅本教程请点击右上角 watch ��

如有不解之惑,或是想要更多的详细教程,可以在 New Issues 中写下你的问题或需求。

框架介绍

Nest 是构建高效,可扩展的 Node.js Web 应用程序的框架。它使用现代的 JavaScript 或 TypeScript(保留与纯 JavaScript 的兼容性),并结合 OOP(面向对象编程),FP(函数式编程)和 FRP(函数响应式编程)的元素。

在底层,Nest 使用了 Express,但也提供了与其他各种库的兼容,例如 Fastify,可以方便地使用各种可用的第三方插件。

主要特性

  • 使用 Typescript,强类型语言、类型推断机制、编译期类型检查等,为后端开发和维护提供了很好的支持
  • 模块化开发,让应用程序更容易分层,提供了易于使用的模块化管理机制
  • 内置 IOC 容器,大量使用依赖注入,开发更便捷、更高效
  • 轻松编写 AOP 代码,面向切面编程,轻松实现日志、拦截器、过滤器等功能
  • 支持 TypeORM,最好的 Typescript ORM 框架,轻松编写 DAO 层的各类逻辑
  • 轻松构建 MVC、API、websocket、微服务等系统
  • ......

框架 Github 地址: Nest ��

框架文档

官方文档 中文文档

相关技术文档

Nest 学习手册

由于官方文档更新较为频繁,推荐大家尽可能的查阅官方文档进行学习

Demo

  • CRUD Restful API Demo Restful 风格的增删改查示例项目。
  • GraphQL API Demo GraphQL 风格的增删改查示例项目,包含简单的 GraphQL 订阅功能。
  • easy-post 便利贴,包含用户登录注册,用户授权、用户认证、帖子管理、用户管理等功能。

QQ 交流群

489719517

nestjs 框架中国开发者社区

社区地址:github

TypeORM 问题汇总

TODO

  • 相关技术学习总结
  • 开发技巧总结
  • 常见问题汇总
  • demo
 相关资料
  • 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