Expand description
Authenticated, frontend-neutral access to independent möbius chats.
Modules§
- auth
- One-time pairing and independent bearer-token authentication.
- client
- Reusable async client for CLI and native frontends.
- command
- Command-line entrypoint shared by the gateway and CLI packages.
- config
- Validated gateway configuration and owner-only persistence.
- sandbox
- Gateway sandbox with protected and host-wide command modes.
- server
- Authenticated raw, WebSocket-loopback, and TLS gateway listeners.
- swarm
- Durable gateway-owned swarm membership and message-board state.
- wire
- Versioned, bounded JSON frames shared by gateway clients and the server.
Enums§
- Error
- Errors returned by the gateway library.
Type Aliases§
- Result
- Result type shared by gateway modules.