awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesNumeric Identifier Dispatch

Dispatch incoming data to a registered handler function based on a numeric message identifier.

Distinct from Message Routing: Distinct from Message Routing: routes by a numeric identifier in the packet header, not by message type or channel.

Explore 1 awesome GitHub repository matching networking & communication · Numeric Identifier Dispatch. Refine with filters or upvote what's useful.

Awesome Numeric Identifier Dispatch GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • aceld/zinxالصورة الرمزية لـ aceld

    aceld/zinx

    7,730عرض على GitHub↗

    Zinx is a lightweight TCP server framework written in Go that provides a structured foundation for building scalable network applications. It combines a goroutine-pool worker model for concurrency control with message-ID-based routing, enabling efficient packet dispatching to registered handler functions. The framework distinguishes itself through its modular plugin architecture, which organizes server components like routers, connections, and message modules as interchangeable plugins for extensibility. It uses packet-header length prefixing for reliable TCP stream framing, assigns a dedicat

    Dispatches incoming data to registered handler functions based on a numeric message identifier.

    Gogame-servergogolang
    عرض على GitHub↗7,730
  1. Home
  2. Networking & Communication
  3. Message Routing
  4. Numeric Identifier Dispatch