| publish-websocket-proxy publish a websocket endpoint at path that proxies to backend-host:backend-port | |
. When a client connects to ws://cyclops-host/PATH, this function: 1. Accepts the client WebSocket connection 2. Opens a WebSocket connection to the backend 3. Relays messages bidirectionally between client and backend 4. Tracks the connection pair in *websocket-backend-map* 5. Cleans up both connections when either side disconnects
| |