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
9
10
pub mod entity_mut;
pub mod entity_owner;
pub mod entity_ref;
pub mod entity_room_map;
pub mod entity_scope_map;
pub mod global_entity_record;
pub mod global_world_manager;
pub mod mut_channel;
pub mod replication_config;
pub mod server_auth_handler;