Crate tide_websockets[][src]

Expand description

it’s websockets, for tide!

see WebSocket for examples and usage

Re-exports

pub use async_tungstenite;
pub use async_tungstenite::tungstenite;

Structs

WebSocket

endpoint/middleware handler for websockets in tide

WebSocketConnection

WebSocket connection

Enums

Error

Possible WebSocket errors.

Message

An enum representing the various forms of a WebSocket message.