netcode is a C library for secure client/server connections over UDP,
designed for real-time multiplayer games. Clients authenticate with
short-lived connect tokens issued by a web backend, and all packets are
encrypted and authenticated using libsodium. It is the transport layer
used by the yojimbo game networking library.
