1 repository
Plugin systems that connect server-side logic to frontend game engines.
Distinct from Headless Game Clients: Existing candidates focus on headless clients or integrity monitoring, not the architectural bridge to frontend engines.
Explore 1 awesome GitHub repository matching game development · Client Integration Plugins. Refine with filters or upvote what's useful.
KBEngine is a distributed game server engine and backend infrastructure designed for massively multiplayer online environments. It provides a multi-process architecture to handle high player concurrency and real-time interactions within a shared virtual world. The system features a scriptable game logic framework that combines a high-performance core with a high-level scripting language. This allows for game behavior modifications through a hot-fixable runtime that updates logic without requiring server restarts. The engine manages server scaling via dynamic load balancing across multiple ha
Provides a plugin-based system to connect server logic to frontend game engines for building functional clients.