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
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
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
Scalable Distributed Game Server Engine with Hot Swapping in Golang
الميزات الرئيسية لـ googleforgames/quilkin هي: Game Server Frameworks, Game Networking Libraries, مكتبات الشبكات.
تشمل البدائل مفتوحة المصدر لـ googleforgames/quilkin: heroiclabs/nakama — Nakama is a distributed server framework designed for real-time multiplayer games and social applications. It provides… xiaonanln/goworld — Scalable Distributed Game Server Engine with Hot Swapping in Golang. 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… bestogames/bestonet. blast-harbour/godot-rollback-fighter-demo.