#gamedev #bevy #websocket-server #networking

aeronet_websocket

WebSocket IO layer implementation for aeronet

1 unstable release

new 0.9.0 Nov 7, 2024

#41 in #websocket-server

MIT/Apache

105KB
2K SLoC

aeronet_websocket

crates.io docs.rs

aeronet_io implementation using WebSockets for reliable-ordered data transfer over TCP between peers, compatible with both native and WASM.

This uses tokio-tungstenite on native targets, and web-sys on WASM targets, for WebSocket usage. The server implementation is only available on native targets.


lib.rs:

Feature flags

Dependencies

~11–24MB
~350K SLoC