aeronet_websocket

Crates.ioaeronet_websocket
lib.rsaeronet_websocket
version0.9.0
sourcesrc
created_at2024-11-07 22:12:02.021486
updated_at2024-11-07 22:12:02.021486
descriptionWebSocket IO layer implementation for aeronet
homepage
repositoryhttps://github.com/aecsocket/aeronet
max_upload_size
id1440351
size220,120
(aecsocket)

documentation

README

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.

Commit count: 645

cargo fmt