Skip to main content

Layered Service Architechture

Layered Architecture separates components of a system into "layers", where each layer has a specific responsibility. This pattern is used to structure all our services. From the user's perspective, the layers from the outermost to innermost are Frontend, Backend-for-Frontend, and Business, as depicted in the following diagram:

Layered Service Architecture

Further Reading