awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dobyte avatar

dobyte/due

0
View on GitHub↗
908 estrellas·162 forks·Go·MIT·3 vistasdobyte.github.io/due-docs↗

Due

基于Go语言开发的高性能分布式游戏服务器框架

Features

  • Game Server Frameworks - Distributed game server framework.
  • Game Server Frameworks - Lightweight distributed game server framework for Go.

Historial de estrellas

Gráfico del historial de estrellas de dobyte/dueGráfico del historial de estrellas de dobyte/due

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Due

Proyectos open-source similares, clasificados según cuántas características comparten con Due.
  • heroiclabs/nakamaAvatar de heroiclabs

    heroiclabs/nakama

    12,754Ver en GitHub↗

    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

    Gobackendbackend-as-a-servicechat-server
    Ver en GitHub↗12,754
  • kbengine/kbengineAvatar de kbengine

    kbengine/kbengine

    5,690Ver en GitHub↗

    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

    C
    Ver en GitHub↗5,690
  • cloudwu/skynetAvatar de cloudwu

    cloudwu/skynet

    14,075Ver en GitHub↗

    Skynet is a distributed game server framework designed for building scalable online game backends. It utilizes distributed actor-based clusters and real-time network communication to manage high-concurrency session coordination across multiple nodes. The framework includes a cluster management orchestrator for coordinating services via cluster-wide messaging and dynamic configuration updates. It features a multi-protocol network gateway supporting TCP, UDP, and WebSockets, alongside a data encoding layer using BSON and Sproto serialization for efficient information transfer between distribute

    C
    Ver en GitHub↗14,075
  • ketoo/noahgameframeAvatar de ketoo

    ketoo/NoahGameFrame

    4,139Ver en GitHub↗

    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.

    C++
    Ver en GitHub↗4,139
Ver las 30 alternativas a Due→

Preguntas frecuentes

¿Qué hace dobyte/due?

基于Go语言开发的高性能分布式游戏服务器框架

¿Cuáles son las características principales de dobyte/due?

Las características principales de dobyte/due son: Game Server Frameworks.

¿Qué alternativas de código abierto existen para dobyte/due?

Las alternativas de código abierto para dobyte/due incluyen: kbengine/kbengine — KBEngine is a distributed game server engine and backend infrastructure designed for massively multiplayer online… liangdas/mqant — mqant是一款基于Golang语言的简洁,高效,高性能的分布式微服务游戏服务器框架,研发的初衷是要实现一款能支持高并发,高性能,高实时性,的游戏服务器框架,也希望mqant未来能够做即时通讯和物联网方面的应用. cloudwu/skynet — Skynet is a distributed game server framework designed for building scalable online game backends. It utilizes… heroiclabs/nakama — Nakama is a distributed server framework designed for real-time multiplayer games and social applications. It provides… ketoo/noahgameframe — NoahGameFrame is a distributed game server framework designed for real-time multiplayer games. It utilizes an actor… name5566/leaf — Leaf is a game server framework written in Go designed for building multiplayer game backends. It provides a modular…