📄️ Adapter
Adapters are components within the framework that take care of integration
📄️ Architecture
architecturearchitecture
📄️ Definitions
We will use the following definitions:
📄️ Dependencies
Blong is built on top of other great open source packages:
📄️ Typed Errors
The framework expects all errors generated within it to have some additional
📄️ Gateway
The gateway, also known as the "API Gateway", is the public facing interface
📄️ Layer
Layers are named groups of handlers. The names of layers can be arbitrary
📄️ Modules
Blong is entirely based on TypeScript and ECMAScript modules, because more and
📄️ Open API
The official OpenAPI standard is a central part of the framework. Implementing
📄️ Orchestrator
The role of the orchestrator is to provide an intermediate point in the
📄️ Realm
To achieve a modular approach, the business logic is separated into different realms.
📄️ Watch
Watch mode, or server-side hot reload, is a central part of the framework.