sockudo 2.8.0

A simple, fast, and secure WebSocket server for real-time applications.
Documentation
1
2
3
4
5
pub mod manager;
pub mod types;

pub use manager::ChannelManager;
pub use types::{ChannelType, PresenceMemberInfo};