sockudo 2.9.0

A simple, fast, and secure WebSocket server for real-time applications.
Documentation
1
2
3
4
5
6
7
pub(crate) mod factory;
pub mod manager;
pub mod memory_cache_manager;
#[cfg(feature = "redis")]
pub mod redis_cache_manager;
#[cfg(feature = "redis-cluster")]
pub mod redis_cluster_cache_manager;