aeronet_websocket

Crates.ioaeronet_websocket
lib.rsaeronet_websocket
version0.18.0
created_at2024-11-07 22:12:02.021486+00
updated_at2025-12-14 18:39:55.135758+00
descriptionWebSocket IO layer implementation for `aeronet`
homepage
repositoryhttps://github.com/aecsocket/aeronet
max_upload_size
id1440351
size259,946
(aecsocket)

documentation

README

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

crates.io docs.rs

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.

Commit count: 694

cargo fmt