Expand description
Web server for Oxidio.
Provides an HTTP + WebSocket server that serves the web UI and bridges browser clients to the control channel. Each WebSocket connection is just another client of the same message bus that the TUI uses.
Structs§
- WebServer
Handle - Handle returned from
start_web_serverto manage the server lifecycle.
Functions§
- start_
web_ server - Starts the web server in the background.