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

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