socketeer 0.0.2

Simplified websocket client based on Tokio-Tungstenite
Documentation

Socketeer

Crates.io Version docs.rs GitHub branch status Codecov

Socketeer is a simple wrapper which creates a tokio-tungstenite websocket connection and provides a simple async API to send and receive messages. It automatically handles the underlying websocket and allows for reconnection, as well as immediate handling of errors in client code. Currently supports only json encoded binary and text messages.