First steps
Scaffold and run an ExpressoTS v4 project in five minutes.
Bootstrap
Zero-configuration application startup with comprehensive deployment options.
Container
The AppContainer manages dependency injection configuration.
App
The App class is the core of an ExpressoTS application.
Modules
Modules are collections of controllers.
Controllers
Controllers the mediator between the client and server.
Use cases
Use cases represents the business logic of the application.
Providers
Modular services with DI scopes, optional capabilities, and publishable packages.
Lifecycle Hooks
Manage application and provider lifecycle with hooks.
Injection
Dependency Injection in ExpressoTS.
Entities
Entities are objects that represent data.