Functionsยง
- load_
services - Loads services based on the environment configuration.
- process_
request - Processes an incoming request by routing it to the appropriate service.
- send_
message - Sends a message to the WebSocket connection.
- start_
local_ server - Starts a local WebSocket server (plain WS or WSS depending on
use_tls). - start_
remote_ server - Starts the remote WebSocket server with reconnection and message handling.
- websocket_
handler - Handles a single WebSocket connection end-to-end.