naia-server 0.15.0

A server that uses either UDP or WebRTC communication to send/receive messages to/from connected clients, and syncs registered Entities/Components to clients to whom they are in-scope.
Documentation
pub mod bandwidth_monitor;
#[allow(clippy::module_inception)]
pub mod connection;
pub mod handshake_manager;
pub mod io;