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
- Executor for Server
Structs§
- Server
Addrs - List of addresses needed to start listening on a ServerSocket
- Socket
- Socket is able to send and receive messages from remote Clients
Enums§
- Naia
Server Socket Error - An Error type specifically related to the Naia Server Socket This is under construction and needs to be cleaned up
Traits§
- Auth
Receiver - Used to receive Auth messages from the Server Socket
- Auth
Sender - Packet
Receiver - Used to receive packets from the Server Socket
- Packet
Sender