/websocket-protocol

WebSocket Protocol Library for Rust

Primary LanguageRust

WebSocket Protocol

Minimal implementation of the WebSocket RFC 6455 with no_std support.

This implementation makes no assumption about the transport layer; whether you're using sockets, synchronous or async IO. It simply implements the plumbing of the protocol itself.