Request: cross-platform websocket API
- Dominant language
- Rust
- Stars
- 302
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
I love using websockets, and frequently set them up for various projects, but there's no great websocket library that does both wasm and native.
I might be bad at sleuthing crates.io, but I can't find a ws library that has backoffs, reconnects, heartbeats, and works across platforms.
These looks nice:
https://crates.io/crates/reconnecting-websocket
https://crates.io/crates/stream-ws
As part of our sdk we should provide a really nice websocket library that we can point people to when they inevitably need websockets for their crossplatform apps.
It'd be great if this could also integrate with our future plans to integrate websockets into dioxus-fullstack / liveview.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.