sockudo 2.9.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
pub mod auth;
pub mod config;
#[cfg(feature = "dynamodb")]
pub mod dynamodb_app_manager;
pub mod factory;
pub mod manager;
pub mod memory_app_manager;
#[cfg(feature = "mysql")]
pub mod mysql_app_manager;
#[cfg(feature = "postgres")]
pub mod pg_app_manager;
#[cfg(feature = "scylladb")]
pub mod scylla_app_manager;