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 reference to an Entity being tracked by the Server
- Container for cross-platform Random methods
- 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
- List of addresses needed to start listening on a ServerSocket
- Contains Config properties which will be used by the Server