aeronet_websocket

Crates.ioaeronet_websocket
lib.rsaeronet_websocket
version0.16.1
created_at2024-11-07 22:12:02.021486+00
updated_at2025-09-25 20:38:20.197143+00
descriptionWebSocket IO layer implementation for `aeronet`
homepage
repositoryhttps://github.com/aecsocket/aeronet
max_upload_size
id1440351
size263,011
(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