Documentation

Tag: frontends

Architecture

Everlock is organized around a simple rule: transport and service logic stay in separate components. {{< mermaid caption="Frontends own transport, backends own service logic, and shared primitives sta

Frontends

Frontends are the transport entrypoints. They accept client connections, perform protocol-specific work such as authentication or host-based routing, and hand off domain operations to backend instance