Expand description

The basic WebSocket support for Tsukuyomi, powered by tungstenite.

Re-exports

pub use tungstenite::protocol::Message;
pub use tungstenite::protocol::WebSocketConfig;

Structs

A Responder that handles an WebSocket connection.

Type Definitions

A transport for exchanging data frames with the peer.