Crate websocket_util

source ·
Expand description

A crate for providing utility functionality on top of a WebSocket channel.

Re-exports

  • pub use tokio_tungstenite::tungstenite;

Modules

  • Logic for associating a subscription-style controller object with a WebSocket stream. A module providing low-level building blocks for controlling a WebSocket stream with an embedded control channel through an external subscription object.
  • Functionality for wrapping a WebSocket stream, adding automated support for handling of control messages.