This app showcases more complex scenarios in modern Node applications.
- Explicit vs Implicit Dependencies
- Lazy-loading Modules
- Accessing IoC container
- Worker Threads in Action
- Implementing the Circuit Breaker pattern
- Building Configurable Modules
- Composition with Mixins
- Adding Custom Schematics
- Diving into DI sub-trees
- Understanding Durable Providers
- Durable Providers: Multi-tenancy
- Durable Providers: i18n
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Nest is MIT licensed.