Skip to main content

Crate oxidio_web

Crate oxidio_web 

Source
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§

WebServerHandle
Handle returned from start_web_server to manage the server lifecycle.

Functions§

start_web_server
Starts the web server in the background.