lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
662 stars 67 forks source link

Integrating xwt for WebTransport support #148

Open MOZGIII opened 7 months ago

MOZGIII commented 7 months ago

Hey! I'm the author of the https://github.com/MOZGIII/xwt crate (or rather a family of crates). I'd be interested in implementing necessary bits at xwt to allow its use as a backend for renet to enable WebTransport instead of native sockets. WebTransport can be used in both native and wasm environments, making UDP-like networking possible in the browser (without the P2P nature of WebRTC and the complications that come with it).

Would you be interested in implementing support for pluggable network transports for the renet crate?