naia-lib / naia

a cross-platform (including Wasm!) networking library built in Rust. Intended to make multiplayer game development dead-simple & lightning-fast
Apache License 2.0
857 stars 61 forks source link

Release 0.20 (WIP!) #146

Closed connorcarpenter closed 1 year ago

connorcarpenter commented 1 year ago

This release will implement an abstracted transport layer for naia. It will allow both UDP & WebRTC (via naia-socket) to be used as the transport mechanism, and make it easier to test end-to-end locally, as well as implement other transport mechanisms later one, such as QUIC / WebTransport / WebSockets (?), ect.

Will address: https://github.com/naia-lib/naia/issues/107