dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Full web API access in LiveView with WSDOM

Open wishawa opened this issue 1 year ago • 1 comments

I made WSDOM, which is a Rust→JavaScript RMI. It's like web-sys, but runs over WebSocket instead of in WebAssembly. If integrated into Dioxus, it would allow Dioxus LiveView apps to access WebGL, Canvas, and all the other Web APIs.

I think Dioxus, as one of the few Rust frameworks with LiveView feature, might be interested. If you want to add WSDOM to Dioxus, I would be happy to help!

(sorry if this issue comes of as an ad for my library; feel free to close or delete)

wishawa avatar Mar 22 '24 05:03 wishawa

Hey! Yes, we'd love to play around with this - it seems awesome. If you want, we're very active in discord and would be happy to chat through integration. We also have office hours on April 3 if you want to chat live.

jkelleyrtp avatar Apr 02 '24 18:04 jkelleyrtp