naia-server 0.24.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
1
2
3
4
5
6
7
8
pub mod bandwidth_monitor;
pub mod connection;
pub mod io;
pub mod ping_config;
pub mod ping_manager;
pub mod tick_buffer_messages;
pub mod tick_buffer_receiver;
pub mod tick_buffer_receiver_channel;