chipsenkbeil / chipsenkbeil/distant
Add websocket support for server & wasm for client
- Dominant language
- Rust
- Stars
- 635
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
A future vision to have the distant library be available for wasm so you can connect directly from the browser.
- [ ] Backend support via [tokio-tungstenite](https://crates.io/crates/tokio-tungstenite)
- [ ] Frontend support is part of wasm-bindgen ([see example](https://rustwasm.github.io/docs/wasm-bindgen/examples/websockets.html)); may need [wasmtime's tokio support](https://github.com/bytecodealliance/wasmtime/blob/b9985fe2e5c0dcfc1239f191aa8628f558ac791d/examples/tokio/main.rs)
- [ ] Splinter off distant-core non-wasm code into optional features that can be disabled
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.