snapview / tokio-tungstenite

Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
MIT License
1.88k stars 236 forks source link

[WIP] Initial barebones for browser wasm support #341

Open simlay opened 3 months ago

simlay commented 3 months ago

This is a work in progress with the goal of https://github.com/snapview/tungstenite-rs/issues/417. It's unclear if this will actually work. I do have this compiling locally and used in https://github.com/liveview-native/phoenix-channels-client/pull/122. Given that there's a todo!() in the connect function, I've obviously not tested it yet.