Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 649 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 649 Bytes

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.