Crate rama_ws

Crate rama_ws 

Source
Expand description

WebSocket (WS) support for rama (RFC 6455).

§Rama

Crate used by the end-user rama crate and rama crate authors alike.

Learn more about rama:

Re-exports§

pub use crate::protocol::Message;
pub use crate::protocol::ProtocolError;
pub use crate::protocol::frame::Utf8Bytes;
pub use runtime::AsyncWebSocket;

Modules§

handshake
Utilities to aid in the handshake phase of establishing a WebSocket connection.
protocol
Generic WebSocket message stream.
runtime
Async runtime for Rama WebSockets