Agones is a Kubernetes game server orchestrator designed for deploying, scaling, and managing dedicated multiplayer game server processes across a distributed cluster. It provides the core infrastructure needed to provision individual or grouped server processes to support real-time multiplayer gaming sessions. The system includes a fleet manager to automate the lifecycle of server groups based on player demand and a health monitor to track the connectivity and operational status of active processes. It integrates with cluster autoscalers to synchronize server resource requirements with cloud
MagicOnion is a .NET RPC framework used to build type-safe remote procedure call services using shared interfaces for communication between servers and clients. It functions as a binary serialization framework and a distributed service orchestrator, providing a network layer for low-latency streaming and real-time data exchange. The project distinguishes itself through an AOT-compatible network client that uses source generators to support ahead-of-time compilation in restricted runtime environments. It enables bidirectional communication and real-time data streaming, allowing servers and mul
Nakama is a distributed server framework designed for real-time multiplayer games and social applications. It provides an authoritative runtime environment for executing game logic, ensuring consistent state and cheat-resistant gameplay across diverse client platforms. The system acts as a centralized backend, managing persistent player identities, social graphs, and real-time communication channels to support complex multiplayer interactions. The platform distinguishes itself through an integrated suite of LiveOps tools that allow developers to manage game economies, schedule time-bound even
Scalable Distributed Game Server Engine with Hot Swapping in Golang
Die Hauptfunktionen von xiaonanln/goworld sind: Game Server Frameworks, Spieleentwicklung, Game Networking Libraries, Netzwerk-Bibliotheken, Game Development.
Open-Source-Alternativen zu xiaonanln/goworld sind unter anderem: googleforgames/quilkin. name5566/leaf — Leaf is a game server framework written in Go designed for building multiplayer game backends. It provides a modular… cysharp/magiconion — MagicOnion is a .NET RPC framework used to build type-safe remote procedure call services using shared interfaces for… googleforgames/agones — Agones is a Kubernetes game server orchestrator designed for deploying, scaling, and managing dedicated multiplayer… heroiclabs/nakama — Nakama is a distributed server framework designed for real-time multiplayer games and social applications. It provides… topfreegames/pitaya — Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through…