/Awesome-Game-Networking

A curated list of Awesome Game Networking resources

Creative Commons Zero v1.0 UniversalCC0-1.0

Awesome Game Networking

Awesome Game Networking Awesome

A curated list of Awesome Game Networking resources including articles, tutorials, libraries, frameworks, projects.

Please feel free to contribute after reading contribution guidelines.

Contents

Articles

Tutorials

Libraries

  • ENet - Simple and robust reliable UDP networking library in C.
  • ForgeNetworking - Unity focused real-time multiplayer networking solution in C#.
  • Lidgren.Network - Reliable UDP networking library in C# (.NET).
  • LiteNetLib - Lite reliable UDP networking library in C# (.NET/Mono).
  • PhotonEngine - Hybrid multiplayer game networking platform (SaaS, Cloud) in C++ and C#.
  • RakNet - Full-featured and mature reliable UDP networking engine in C++.
  • SmartFoxServer - Massive multiplayer game server with advanced built-in features in Java.
  • yojimbo - Reliable UDP networking library for client/server games with dedicated servers in C++.

Projects