sockudo 2.1.0

A simple, fast, and secure WebSocket server for real-time applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod adapter;
pub mod app;
pub mod cache;
pub mod channel;
pub mod error;
pub mod http_handler;
pub mod metrics;
pub mod namespace;
pub mod options;
pub mod protocol;
pub mod queue;
pub mod rate_limiter;
pub mod token;
pub mod utils;
pub mod watchlist;
pub mod webhook;
pub mod websocket;
pub mod ws_handler;