/nest-advanced

This app showcases more complex scenarios in modern Node applications.

Primary LanguageTypeScript

Nest Advanced

This app showcases more complex scenarios in modern Node applications.

  1. Explicit vs Implicit Dependencies
  2. Lazy-loading Modules
  3. Accessing IoC container
  4. Worker Threads in Action
  5. Implementing the Circuit Breaker pattern
  6. Building Configurable Modules
  7. Composition with Mixins
  8. Adding Custom Schematics
  9. Diving into DI sub-trees
  10. Understanding Durable Providers
  11. Durable Providers: Multi-tenancy
  12. Durable Providers: i18n

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

Nest is MIT licensed.