Expand description
Built-in daemon services.
Each submodule provides one DaemonService
implementation: bridge hosts the browser bridge and snowflake hosts
the Snowflake query engine (the real services); echo is a trivial test
service used by the framework’s own tests.
Modules§
- bridge
- The browser-bridge daemon service: hosts the bridge’s loopback-TCP planes under the daemon’s lifecycle and exposes status/control to it.
- echo
- A trivial
DaemonServicethat echoes its payload back. It exists so the daemon framework can be exercised end-to-end before — and independently of — any real service. - snowflake
- The Snowflake daemon service.