Crate naia_client_socket

source ·
Expand description

§Naia Client Socket

A Socket abstraction over either a UDP socket on native Linux, or a unreliable WebRTC datachannel on the browser

Re-exports§

Structs§

  • Handles receiving an IdentityToken from the Server through a given Client Socket
  • Handles receiving messages from the Server through a given Client Socket
  • Handles sending messages to the Server for a given Client Socket
  • A client-side socket which communicates with an underlying unordered & unreliable protocol

Enums§

Traits§