Crate naia_server_socket
source ·Expand description
§Naia Server Socket
Provides an abstraction of a Socket capable of sending/receiving to many clients, using either an underlying UdpSocket or a service that can communicate via unreliable WebRTC datachannels
Re-exports§
Modules§
- Executor for Server
Structs§
- List of addresses needed to start listening on a ServerSocket
- Socket is able to send and receive messages from remote Clients
Enums§
- An Error type specifically related to the Naia Server Socket This is under construction and needs to be cleaned up
Traits§
- Used to receive Auth messages from the Server Socket
- Used to receive packets from the Server Socket