awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesScriptable Game Servers

Game server environments that integrate scripting languages to allow logic updates without restarting the process.

Distinct from Scriptable Web Servers: None of the candidates cover the specific intersection of game server backends and hot-reloadable scripting logic.

Explore 1 awesome GitHub repository matching game development · Scriptable Game Servers. Refine with filters or upvote what's useful.

Awesome Scriptable Game Servers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ketoo/noahgameframeAvatar von ketoo

    ketoo/NoahGameFrame

    4,139Auf GitHub ansehen↗

    NoahGameFrame is a distributed game server framework designed for real-time multiplayer games. It utilizes an actor model backend to manage game state and logic through an asynchronous, event-driven system that distributes workloads across multiple CPUs. The framework features a scriptable server environment that integrates external scripting languages, allowing for updates to game behavior and mechanics without restarting the server. It also employs a plugin-based architecture with an interface-oriented design to enable the addition of custom application logic and modular engine extensions.

    Integrates external scripting languages to allow updates to game behavior and mechanics without restarting the server.

    C++
    Auf GitHub ansehen↗4,139
  1. Home
  2. Game Development
  3. Scriptable Game Servers