Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 450 Bytes

14-other-building-blocks.md

File metadata and controls

18 lines (14 loc) · 450 Bytes

Other Building Blocks

This course covered the basics of getting started with NestJS, but there are a couple of building blocks that we have not covered yet or only scratched the surface.

  • Dependency Injection (DI)
  • Microservices
  • CQRS
  • Health Checks
  • GraphQL
  • Sequelize / Mongoose
  • Websockets
  • Creating a CLI with NestJS
  • Hot-Module Replacement
  • ...etc.

For more information consult the NestJS documentation:

https://docs.nestjs.com/