awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dobyte avatar

dobyte/due

0
View on GitHub↗
908 स्टार्स·162 फोर्क्स·Go·MIT·4 व्यूज़dobyte.github.io/due-docs↗

Due

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

Features

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

स्टार हिस्ट्री

dobyte/due के लिए स्टार हिस्ट्री चार्टdobyte/due के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Due के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Due के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • heroiclabs/nakamaheroiclabs का अवतार

    heroiclabs/nakama

    12,754GitHub पर देखें↗

    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
    GitHub पर देखें↗12,754
  • kbengine/kbenginekbengine का अवतार

    kbengine/kbengine

    5,690GitHub पर देखें↗

    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
    GitHub पर देखें↗5,690
  • cloudwu/skynetcloudwu का अवतार

    cloudwu/skynet

    14,075GitHub पर देखें↗

    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
    GitHub पर देखें↗14,075
  • ketoo/noahgameframeketoo का अवतार

    ketoo/NoahGameFrame

    4,139GitHub पर देखें↗

    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++
    GitHub पर देखें↗4,139
Due के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

dobyte/due क्या करता है?

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

dobyte/due की मुख्य विशेषताएं क्या हैं?

dobyte/due की मुख्य विशेषताएं हैं: Game Server Frameworks।

dobyte/due के कुछ ओपन-सोर्स विकल्प क्या हैं?

dobyte/due के ओपन-सोर्स विकल्पों में शामिल हैं: 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…