Module websocket

Module websocket 

Source
Expand description

This module handles WebSocket connections for the web UI.

Structs§

WebSocketState
The state shared across WebSocket connections.

Enums§

WebSocketMessage
Represents messages that can be sent over the WebSocket to the web UI.

Functions§

handle_socket 🔒
Handles a single WebSocket connection.
ws_handler
Handles the WebSocket upgrade request.