What is currently a good and fast websocket client libary?

Hello,

I am looking for a fast and reliable WebSocket client library that already handles auto-reconnects etc.
I can find a lot about server libraries but nearly nothing about a client side library.

I am happy about every hint!

1 Like

My understanding is that pretty much everyone who uses websockets use tokio-tungstenite for them. However, it doesn't provide things like auto-reconnect. If a library for that exists, then it would be a wrapper around tokio-tungstenite, but I don't know of one.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.