aeronet_websocket

Crates.ioaeronet_websocket
lib.rsaeronet_websocket
version0.14.0
created_at2024-11-07 22:12:02.021486+00
updated_at2025-04-28 09:49:28.971623+00
descriptionWebSocket IO layer implementation for `aeronet`
homepage
repositoryhttps://github.com/aecsocket/aeronet
max_upload_size
id1440351
size255,503
(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: 681

cargo fmt