Module wicrs_server::websocket[][src]

Expand description

Definition of the WebSocket API.

Structs

WebSocketMessage

A WebSocket message.

Enums

ClientMessage

Messages that can be sent to the server by the client

ServerMessage

Messages that the server can send to clients.

Functions

handle_connection