socketeer
socketeer
is a small wrapper which creates a tokio-tungstenite websocket connection and exposes a simplified async API to send and receive application 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.
Usage
use Socketeer;
async