udpnet

Game networking library in Go, based on UDP

MIT License

Stars
6

udpnet

Game networking library based on UDP

udpnet aims to provide some building blocks to create a UDP-based network game procotol:

  • virtual connection
  • reliability
  • packet ordering
  • congestion avoidance

Credits

The code is based on the excellent blog posts from Glenn Fiedler Building a Game Network Protocol.

License

MIT

Package Rankings
Top 9.65% on Proxy.golang.org
Badges
Extracted from project README
GoDoc Build Status Coverage Status