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

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

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

xtaci/gonetArchived

0
View on GitHub↗
1,287 स्टार्स·290 फोर्क्स·Go·MIT·5 व्यूज़

Gonet

A Game Server Skeleton in golang.

Features

  • गेम डेवलपमेंट - Game server framework.
  • Game Server Frameworks - Concise game server framework for Go.
  • Game Development - Game server skeleton implementation.

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

xtaci/gonet के लिए स्टार हिस्ट्री चार्टxtaci/gonet के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

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

    name5566/leaf

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

    Leaf is a game server framework written in Go designed for building multiplayer game backends. It provides a modular backend architecture that organizes server logic into independent modules and includes a concurrent task scheduler for managing ordered, delayed, or recurring functions. The framework features a TCP and WebSocket server that manages simultaneous connections through a single interface. It incorporates a message router capable of decoding Protobuf and JSON data to map incoming network packets to specific internal server modules. The system includes capabilities for multi-protoco

    Go
    GitHub पर देखें↗5,513
  • topfreegames/pitayatopfreegames का अवतार

    topfreegames/pitaya

    2,792GitHub पर देखें↗

    Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK.

    Go
    GitHub पर देखें↗2,792
  • lonng/nanolonng का अवतार

    lonng/nano

    3,173GitHub पर देखें↗

    Nano is a distributed application framework designed for building systems using an actor-based messaging model. It functions as a distributed actor framework that decouples components through asynchronous messaging to maintain state isolation across a server cluster. The system acts as a cluster message dispatcher and session-aware request router, tracking client state to route incoming messages to the specific agent holding the session data. It utilizes a distributed agent registry to coordinate the dispatching of messages between multiple application instances acting as agents. The framewo

    Godistributed-systemsgamegolang
    GitHub पर देखें↗3,173
  • cocoatoucher/glidecocoatoucher का अवतार

    cocoatoucher/Glide

    506GitHub पर देखें↗

    Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials

    Swift
    GitHub पर देखें↗506
Gonet के सभी 30 विकल्प देखें→

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

xtaci/gonet क्या करता है?

A Game Server Skeleton in golang.

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

xtaci/gonet की मुख्य विशेषताएं हैं: गेम डेवलपमेंट, Game Server Frameworks, Game Development।

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

xtaci/gonet के ओपन-सोर्स विकल्पों में शामिल हैं: topfreegames/pitaya — Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through… name5566/leaf — Leaf is a game server framework written in Go designed for building multiplayer game backends. It provides a modular… lonng/nano — Nano is a distributed application framework designed for building systems using an actor-based messaging model. It… faiface/pixel — Pixel is a 2D game library and graphics engine for the Go programming language. It provides a hardware-accelerated… engoengine/engo — Engo is an open-source 2D game engine written in Go. beefsack/go-astar — Go implementation of the A* search algorithm.