Crate naia_server
source ·Expand description
§Naia Server
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.
Modules§
Structs§
- A server that uses either UDP or WebRTC communication to send/receive messages to/from connected clients, and syncs registered entities to clients to whom they are in-scope
- Contains Config properties which will be used by the Server
Enums§
Traits§
- A trait for objects that can be serialized to a bitstream.