It also implements heartbeat mechanism with automatic reconnection.
The Server's Session object itself is concurrent, so making a chat-like server with is very easy to do.
It's a thin actor based wrapper around tokio-tungstenite, but can be also integrated with Axum, and in the future - with actix-web.
It also implements heartbeat mechanism with automatic reconnection.
The Server's Session object itself is concurrent, so making a chat-like server with is very easy to do.
It's a thin actor based wrapper around tokio-tungstenite, but can be also integrated with Axum, and in the future - with actix-web.