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

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

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

6 مستودعات

Awesome GitHub RepositoriesEvent-Driven Message Dispatching

Concurrent processing of binary network data using an event dispatcher to reduce tail latency.

Distinct from Concurrent Data Processors: Focuses on the event-driven dispatching of binary messages rather than general data processing.

Explore 6 awesome GitHub repositories matching data & databases · Event-Driven Message Dispatching. Refine with filters or upvote what's useful.

Awesome Event-Driven Message Dispatching GitHub Repositories

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

    apache/brpc

    17,545عرض على GitHub↗

    brpc is a high-performance C++ RPC framework and network programming library designed for building distributed systems. It functions as a multi-protocol RPC server capable of hosting and detecting multiple communication protocols, including gRPC, Thrift, HTTP, Redis, and Memcached, on a single TCP port. The project distinguishes itself through high-throughput data transport and memory efficiency, utilizing RDMA-based transport to bypass the kernel TCP stack and zero-copy memory management to eliminate data duplication. It also implements the Raft algorithm for consensus-based state replicatio

    Handles binary data concurrently using an event dispatcher to minimize long-tail latency.

    C++rpc
    عرض على GitHub↗17,545
  • tulir/whatsmeowالصورة الرمزية لـ tulir

    tulir/whatsmeow

    5,444عرض على GitHub↗

    whatsmeow is a Go library that implements the WhatsApp multidevice protocol, providing direct access to the binary node serialization, WebSocket-based connection management, and Signal‑Protocol encryption that underpin WhatsApp’s messaging infrastructure. It maintains persistent, low-latency connections across multiple devices, handles session credentials independently for each device, and processes incoming events through an event‑driven dispatch system for messages, receipts, and presence updates. The library differentiates itself through comprehensive client‑side state management: it cache

    Processes incoming WhatsApp events through a callback-based event dispatcher for messages, receipts, and presence updates.

    Gogogolangwhatsapp
    عرض على GitHub↗5,444
  • relatedcode/firebasechatالصورة الرمزية لـ relatedcode

    relatedcode/FirebaseChat

    4,784عرض على GitHub↗

    FirebaseChat is a real-time chat application and serverless messaging client that synchronizes conversations and messages instantly across clients. It provides a user interface for a messaging system backed by a cloud-hosted NoSQL document store. The project implements a real-time chat system through the integration of a Firebase backend, allowing for instant messaging workflows and the synchronization of data across connected clients. The application manages data using schema-less NoSQL storage and document-based data modeling. It utilizes a persistent connection for database synchronizatio

    Triggers UI updates and notifications using an event-driven dispatch system based on backend data changes.

    عرض على GitHub↗4,784
  • sshnet/ssh.netالصورة الرمزية لـ sshnet

    sshnet/SSH.NET

    4,310عرض على GitHub↗

    SSH.NET is a .NET library that implements the SSH-2 protocol for encrypted remote connections and secure file transfers. It provides a complete SSH-2 protocol stack implementation with a channel multiplexing engine that manages multiple concurrent channels over a single connection, supporting simultaneous shell sessions, remote command execution, SFTP transfers, and port forwarding tunnels. The library includes a pluggable authentication pipeline supporting password, public key, certificate, keyboard-interactive, and multi-factor authentication combinations. The library distinguishes itself t

    Dispatches SSH protocol messages and session events through a subscription-based handler system for extensible message processing.

    C#networkscpsftp
    عرض على GitHub↗4,310
  • 1technophile/openmqttgatewayالصورة الرمزية لـ 1technophile

    1technophile/OpenMQTTGateway

    4,027عرض على GitHub↗

    OpenMQTTGateway هو بوابة IoT متعددة البروتوكولات وواجهة أجهزة مصممة لأجهزة ESP32 وESP8266. يعمل كجسر يحول إشارات Bluetooth Low Energy، وتردد الراديو، والأشعة تحت الحمراء إلى رسائل MQTT قياسية لاستخدامها في أنظمة أتمتة المنزل. يوفر المشروع قدرات جسر محددة لإشارات الراديو 433MHz و315MHz و868MHz، بالإضافة إلى أوامر LoRa والأشعة تحت الحمراء. ويتضمن كاشف وجود Bluetooth يراقب إعلانات الجهاز لتتبع قرب وموقع الأشخاص أو الأشياء. يتعامل النظام مع تجميع مستشعرات IoT من خلال المسح السلبي واستطلاع الراديو غير المتزامن، محولاً البيانات الثنائية الخام إلى تنسيقات JSON عبر فك تشفير الحمولة الخاصة بالأجهزة. كما يدعم توجيه الأوامر ثنائي الاتجاه لإدارة الأجهزة اللاسلكية المتصلة ومنافذ الطاقة الذكية.

    Triggers MQTT publishing routines immediately upon the detection and decoding of valid hardware signals.

    C++
    عرض على GitHub↗4,027
  • olahol/melodyالصورة الرمزية لـ olahol

    olahol/melody

    4,066عرض على GitHub↗

    Melody is a WebSocket server framework designed to upgrade HTTP connections into bidirectional streams. It functions as a session manager and binary streaming library that facilitates real-time data exchange between a server and multiple remote clients. The project features a broadcast engine that optimizes multi-client transmissions through wire-representation caching. It includes a dedicated session management system for attaching custom state to persistent network connections and an upgrade handler that validates handshake headers. The framework covers broad capability areas including eve

    Provides an event dispatcher to route incoming binary network frames to specific handler functions efficiently.

    Goexampleframeworkgo
    عرض على GitHub↗4,066
  1. Home
  2. Data & Databases
  3. Concurrent Data Processors
  4. Event-Driven Message Dispatching