Skip to content
Tutorial
  • Your first API
  • Testing your API
How-to guides
  • Add and share a provider
  • Write a guard
  • Transform and validate with pipes
Reference
  • Decorator reference
  • CLI reference
Explanation
  • Modules and dependency injection
  • The request lifecycle
  1. Documentation
  2. Bustan
  3. 0.0.2
  4. explanation

Explanation

Background and reasoning behind the design.

  1. Modules and dependency injectionWhy Bustan resolves dependencies from a module graph rather than a global registry.
  2. The request lifecycleWhat runs between a request arriving and a response leaving, and why in that order.