Crate ezsockets

source ·
Expand description

Creating a WebSocket server or a client in Rust can be troublesome. This crate facilitates this process by providing:

  • High-level abstraction of WebSocket, handling Ping/Pong from both Client and Server.
  • Traits to allow declarative and event-based programming.
  • Automatic reconnection of WebSocket Client.

Refer to client or server module for detailed implementation guides.

Re-exports§

Modules§

Structs§

Enums§

Type Aliases§