awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

17 Repos

Awesome GitHub RepositoriesType-Based Message Routing

Decoupled messaging systems that route data based on the type of the message.

Distinct from Message Routing: Focuses on type-filtered in-memory pub-sub rather than network routing or broker infrastructure.

Explore 17 awesome GitHub repositories matching software engineering & architecture · Type-Based Message Routing. Refine with filters or upvote what's useful.

Awesome Type-Based Message Routing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jeffreysu/weixinmpsdkAvatar von JeffreySu

    JeffreySu/WeiXinMPSDK

    8,871Auf GitHub ansehen↗

    WeiXinMPSDK is a .NET software development kit designed to integrate WeChat services, official accounts, and mini programs into applications. It provides a multi-platform bot framework and a programmatic interface to interact with official, mini, and corporate accounts across the WeChat ecosystem. The project features interface-based platform abstraction and logic unification, allowing a single codebase to target multiple target platforms. It includes a messaging middleware for routing incoming requests and a distributed caching layer using providers like Redis or Memcached to synchronize ses

    Implements a dispatch system that routes incoming requests to specific handlers based on the message type.

    C#c-sharpcachedistributed-cache
    Auf GitHub ansehen↗8,871
  • aceld/zinxAvatar von aceld

    aceld/zinx

    7,730Auf GitHub ansehen↗

    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

    Routes incoming packets to handler functions based on a numeric message identifier in the packet header.

    Gogame-servergogolang
    Auf GitHub ansehen↗7,730
  • neuecc/unirxAvatar von neuecc

    neuecc/UniRx

    7,326Auf GitHub ansehen↗

    UniRx is a reactive programming library and event orchestration framework for the Unity engine. It implements observable sequences and functional operators to transform callbacks, coroutines, and engine events into cancellable data streams for unified asynchronous event handling. The library provides a reactive UI binding system that synchronizes data models with user interface elements to trigger automatic visual updates. It includes a type-based publication and subscription system to route messages between producers and consumers, decoupling internal game components. The framework covers a

    Decouples components by routing messages between producers and consumers using a type-filtered publication and subscription system.

    C#
    Auf GitHub ansehen↗7,326
  • simple-login/appAvatar von simple-login

    simple-login/app

    6,735Auf GitHub ansehen↗

    This project is an email alias management platform and masking proxy designed to protect user privacy. It functions as a gateway that creates unique email addresses to hide a user's primary mailbox, forwarding incoming messages while routing outbound replies through a reverse-proxy to maintain sender anonymity. The system distinguishes itself through advanced domain and privacy controls, including the ability to link personal domains via DNS for branded aliases and catch-all routing. It further secures communications via a PGP encryption gateway that encrypts forwarded email content using pub

    Routes outbound email replies through a reverse-proxy alias server to hide the primary sender address.

    Pythonaliasesemailflask
    Auf GitHub ansehen↗6,735
  • folke/noice.nvimAvatar von folke

    folke/noice.nvim

    5,612Auf GitHub ansehen↗

    noice.nvim is a Neovim UI enhancement plugin that replaces the editor's default command-line, notification, and popup-menu interfaces with a modern, customizable floating-window system. It provides a command-line popup menu, an LSP progress viewer, a message routing framework, and a notification display system with configurable layouts and severity-based styling. The plugin routes Neovim messages to different visual containers based on event type, kind, or content, and displays notifications with customizable layouts, icons, and severity-based styling in floating windows. It visualizes ongoin

    Ships a message routing framework that redirects Neovim messages to different visual containers based on event type, kind, or content.

    Luaneovimneovim-lua-pluginneovim-plugin
    Auf GitHub ansehen↗5,612
  • eatmoreapple/openwechatAvatar von eatmoreapple

    eatmoreapple/openwechat

    5,477Auf GitHub ansehen↗

    OpenWeChat ist ein Go-SDK und API-Wrapper, der für die Integration von WeChat-Messaging und Account-Management in Go-Anwendungen entwickelt wurde. Es dient als Bot-Framework und Messaging-Bibliothek für die Handhabung von Echtzeit-Chat-Ereignissen und programmatischen Interaktionen mit der Plattform. Das Projekt bietet ein umfassendes System für das Sitzungsmanagement, einschließlich QR-Code-Authentifizierung und der Persistenz von Sitzungs-Cookies im JSON-Format, um den Zugriff über Neustarts hinweg aufrechtzuerhalten. Es zeichnet sich dadurch aus, dass es Funktionen zum Abfangen und Bewahren von Nachrichten bietet, die Absender zu widerrufen versuchen, sowie Unterstützung für das Multi-Account-Sitzungsmanagement. Die Bibliothek deckt ein breites Spektrum an Funktionsbereichen ab, einschließlich automatisierter Nachrichtenübermittlung und Antwortlogik, Kontakt- und Gruppenverwaltung sowie das Abrufen von Benutzerprofildaten. Sie enthält zudem Tools für die Medienhandhabung, wie z. B. das Herunterladen geteilter Dateien und die Identifizierung von Inhaltstypen durch Dateikopf-Analyse. Das SDK implementiert ein Middleware-basiertes Nachrichten-Chaining-System und nutzt Polling-basierte Ereigniserkennung, um eingehende Daten zu synchronisieren.

    Dispatches incoming messages to specific handlers based on content type or custom matching logic.

    Gobotgogolang
    Auf GitHub ansehen↗5,477
  • offu/werobotAvatar von offu

    offu/WeRoBot

    4,662Auf GitHub ansehen↗

    WeRoBot is a chatbot development framework and API integration library designed for building automated bots and managing interactions for WeChat official accounts. It provides a structured environment for processing user inputs and delivering programmed responses through a dedicated message routing engine. The framework distinguishes itself with a stateful session manager that persists user data across interactions using pluggable storage backends. It also features a routing system that parses XML payloads and directs traffic to specific handlers based on content, events, or text patterns. T

    Directs incoming traffic to specific handlers based on the request type, such as text, image, or event.

    Pythonpythonsdkwechat
    Auf GitHub ansehen↗4,662
  • puniverse/quasarAvatar von puniverse

    puniverse/quasar

    4,553Auf GitHub ansehen↗

    Quasar ist ein JVM-Concurrency-Framework, das das Actor-Modell und eine Bibliothek für leichtgewichtige Threads implementiert. Es bietet isolierte Ausführungseinheiten, die über asynchrones Message-Passing kommunizieren, um geteilten veränderbaren Zustand zu eliminieren. Das Projekt zeichnet sich durch ein verteiltes Actor-System aus, das über mehrere Cluster-Knoten hinweg mit ortstransparenten Registries und Actor-Zustandsmigration operieren kann. Es nutzt einen Work-Stealing-Fiber-Scheduler zur Verwaltung von Millionen leichtgewichtiger Threads, wodurch Aufgaben während nicht-blockierender I/O-Operationen pausieren können, ohne die zugrunde liegenden System-Threads zu blockieren. Das Framework umfasst eine breite Palette von Funktionen, einschließlich Aufsichtshierarchien für fehlertolerante Wiederherstellung und CSP-artige Kommunikationskanäle für die Datenfluss-Synchronisation. Es bietet zudem Primitive zur Koordinierung von Aufgaben mittels Futures und Datenflussvariablen sowie Tools zur Überwachung der Fiber-Gesundheit und zur Erkennung von runaway-Ausführungen. Das System ist in Java implementiert.

    Implements type-based filtering to retrieve messages of a specific class from an actor's mailbox.

    Javaactorsconcurrencyfibers
    Auf GitHub ansehen↗4,553
  • ergo-services/ergoAvatar von ergo-services

    ergo-services/ergo

    4,441Auf GitHub ansehen↗

    Ergo is a distributed actor framework for Go that implements the Erlang distribution protocol, enabling the construction of resilient, concurrent applications that can communicate transparently with Erlang/OTP nodes. At its core, it provides an actor model with isolated lightweight processes, priority-ordered mailboxes, and a meta-process architecture that separates blocking I/O from sequential message handling to prevent actor freezing. The framework includes a Raft-inspired cluster consensus system for leader election and automatic failover, along with OTP-style supervision trees that organi

    Ships a message routing system that dispatches to different callbacks based on the address type of the recipient.

    Goactor-modelactorsdistributed
    Auf GitHub ansehen↗4,441
  • davyxu/cellnetAvatar von davyxu

    davyxu/cellnet

    4,061Auf GitHub ansehen↗

    Cellnet ist ein Go-Netzwerk-Framework, das für den Aufbau verteilter Systeme und Peer-to-Peer-Netzwerke entwickelt wurde. Es bietet einen Multi-Protokoll-Transport-Layer, der den Nachrichtenaustausch über TCP, UDP und WebSockets standardisiert, und nutzt ein binäres Nachrichten-Codec-System, um Nachrichtentypen auf eindeutige Identifikatoren für die Netzwerkübertragung abzubilden. Das Framework zeichnet sich durch seine Remote-Procedure-Call-Bibliothek aus, die die Ausführung von Funktionen auf Remote-Peers unter Verwendung synchroner oder asynchroner Request-Muster ermöglicht. Es differenziert sich zudem durch einen asynchronen Event-Dispatcher, der Netzwerk-Callbacks über ein sequentielles Ausführungsmodell verarbeitet, um Nebenläufigkeit und Thread-Sicherheit zu verwalten. Zu seinen breiteren Fähigkeiten gehören die Entwicklung benutzerdefinierter Netzwerkprotokolle durch steckbare Serialisierungs-Codecs, automatisiertes Peer-Verbindungsmanagement mit Session-Tracking und Wiederverbindungslogik sowie ein handlerbasiertes Routing-System zur Steuerung des Netzwerkverkehrs. Es integriert zudem Tools für das Monitoring der Peer-Gesundheit, das Logging des Netzwerkverkehrs und das Bereitstellen von Dateien über HTTP.

    Implements a handler-based routing system that directs incoming packets to specific logic blocks using unique message IDs.

    Go
    Auf GitHub ansehen↗4,061
  • apple/swift-logAvatar von apple

    apple/swift-log

    4,022Auf GitHub ansehen↗

    swift-log ist eine standardisierte Logging-API und eine abstrakte Logging-Schicht für Swift-Anwendungen und -Bibliotheken. Sie bietet eine einheitliche Schnittstelle zum Ausgeben von Log-Nachrichten und entkoppelt den Vorgang der Ereignisaufzeichnung von der spezifischen Speicher- oder Anzeigeimplementierung. Das System fungiert als Logging-Backend-Schnittstelle, die es ermöglicht, Log-Ausgaben durch die Implementierung von Pluggable-Handlern an benutzerdefinierte Drittanbieter-Ziele weiterzuleiten. Dieses Framework konzentriert sich auf die Beobachtbarkeit von Swift-Anwendungen und die Standardisierung des Loggings, um einen konsistenten Anforderungssatz für die Aufzeichnung des Systemverhaltens über verschiedene Projekte hinweg sicherzustellen.

    Routes log messages from a generic interface to specific backend implementations via registered handler functions.

    Swiftloggingswift-server
    Auf GitHub ansehen↗4,022
  • nteract/hydrogenAvatar von nteract

    nteract/hydrogen

    4,011Auf GitHub ansehen↗

    Hydrogen is an interactive code execution environment and text editor integration that enables the execution of individual lines or blocks of code with immediate inline output. It functions as a polyglot interactive notebook and a remote kernel orchestrator, allowing users to run code via Jupyter kernels and render rich media, such as plots, images, and video, directly within the editor. The system distinguishes itself through remote kernel management, routing code execution to external containers or remote servers via network sockets. It maintains a stateful programming environment where lan

    Routes execution requests and results between the editor and local or remote language environments.

    TypeScriptatomdata-sciencehydrogen
    Auf GitHub ansehen↗4,011
  • easylogging/easyloggingppAvatar von easylogging

    easylogging/easyloggingpp

    3,938Auf GitHub ansehen↗

    Easyloggingpp ist ein Header-only C++-Logging-Framework und Diagnose-Tool zur Aufzeichnung von Systemereignissen und Diagnosemeldungen. Es fungiert als thread-sichere Logging-Bibliothek, die den Zugriff über mehrere gleichzeitige Ausführungsthreads hinweg synchronisiert, um Datenkorruption während der Ereignisaufzeichnung zu verhindern. Das Framework bietet einen asynchronen Logger, der Meldungen auf einem Hintergrund-Thread verarbeitet, um Latenzzeiten zu minimieren und ein Blockieren der Hauptanwendung zu verhindern. Es fungiert zudem als Log-Dispatcher, der Daten an lokale Dateien, System-Syslog-Einrichtungen oder entfernte Netzwerkziele zur Systemüberwachung weiterleiten kann. Das Toolset deckt ein breites Spektrum an Observability-Funktionen ab, einschließlich Stack-Trace-Erfassung, Crash-Log-Handling und Laufzeitverfolgung für Performance-Profiling. Es bietet Verwaltungs-Utilities für größenbasierte Dateirotation, benutzerdefinierte Log-Layouts und Schweregrad-Filterung sowie Unterstützung für die Serialisierung komplexer Typen und benutzerdefinierter Objekte.

    Dispatches log events from a generic API to specific handler implementations based on registration.

    C++
    Auf GitHub ansehen↗3,938
  • damianavila/riseAvatar von damianavila

    damianavila/RISE

    3,739Auf GitHub ansehen↗

    RISE is an interactive notebook presentation tool and slideshow manager designed to transform Jupyter and IPython notebooks into structured slide decks. It functions as an extension that allows a user to toggle between a standard editable notebook view and a full-screen slideshow format during live demonstrations. The system utilizes the Reveal.js framework to render notebook cells as formatted slides, mapping Jupyter metadata to determine slide breaks and fragment sequences. This integration enables the creation of computational slide decks where running Python code and interactive visualiza

    Provides bidirectional message routing between the presentation interface and the IPython kernel for live code execution.

    JavaScript
    Auf GitHub ansehen↗3,739
  • zappa/zappaAvatar von zappa

    zappa/Zappa

    3,691Auf GitHub ansehen↗

    Zappa is a serverless Python framework and command-line tool used for packaging and deploying Python web applications to AWS Lambda. It functions as a serverless infrastructure automator that provisions API Gateways, IAM roles, and SSL certificates to run ASGI and WSGI applications as serverless functions. The tool distinguishes itself by providing a management CLI for executing remote administration scripts and management commands directly within the deployed environment. It includes specific mechanisms for serverless performance tuning, such as scheduling regular warm-up invocations to prev

    Uses a single entry point function to dispatch incoming requests to specific application routes.

    Pythonalbapi-gatewayaws
    Auf GitHub ansehen↗3,691
  • overv/vulkantutorialAvatar von Overv

    Overv/VulkanTutorial

    3,675Auf GitHub ansehen↗

    VulkanTutorial is a comprehensive educational guide and instructional resource for implementing low-level rendering and compute pipelines using the Vulkan API. It serves as a GPU programming course and a step-by-step guide for building high-performance graphics applications from scratch. The project provides detailed instruction on the full graphics pipeline, including the compilation of shaders to SPIR-V bytecode, the configuration of rasterization states, and the implementation of 3D graphics pipelines. It also covers general-purpose GPU compute programming, focusing on the execution of par

    Provides functionality to redirect and filter validation layer output to custom debug functions.

    C++computer-graphicscppgraphics-programming
    Auf GitHub ansehen↗3,675
  • leafac/kill-the-newsletterAvatar von leafac

    leafac/kill-the-newsletter

    2,935Auf GitHub ansehen↗

    kill-the-newsletter is a self-hosted email gateway and converter that transforms email newsletters into Atom feeds. It functions by capturing incoming mail via unique email addresses and republishing the content as structured web feeds. The system utilizes unique-address routing to identify and sort incoming messages into their respective destinations. It includes embedded control links within the generated feeds, allowing for the modification or removal of feed settings via HTTP requests. The project covers email-to-feed transformation and the generation of XML based on the Atom syndication

    Assigns distinct email addresses to each feed to identify and sort incoming messages.

    TypeScript
    Auf GitHub ansehen↗2,935
  1. Home
  2. Software Engineering & Architecture
  3. Type-Based Message Routing

Unter-Tags erkunden

  • Address-Type Message Routings1 Sub-TagMessage dispatch logic that selects different callbacks based on whether the sender used a PID, registered name, or alias. **Distinct from Type-Based Message Routing:** Distinct from Type-Based Message Routing: routes by the address type of the recipient (PID/name/alias) rather than the message type.
  • Debug Message FilteringMechanisms for routing and filtering API debug messages based on severity and type. **Distinct from Type-Based Message Routing:** Focuses on filtering the output of validation layers specifically for debugging, unlike general type-based data routing.
  • Editor Message FiltersRedirecting or suppressing Neovim messages based on event type, kind, or content to control what the user sees. **Distinct from Type-Based Message Routing:** Distinct from Type-Based Message Routing: applies specifically to filtering editor messages for UI display, not general pub-sub routing.
  • Editor Message Routers1 Sub-TagRoutes Neovim messages to configurable visual containers based on event type and content patterns. **Distinct from Type-Based Message Routing:** Distinct from Type-Based Message Routing: applies specifically to routing editor messages to UI containers, not general in-memory pub-sub.
  • Editor View RoutersAssigns different message types (notifications, cmdline output, errors) to specific visual containers like splits or popups. **Distinct from Type-Based Message Routing:** Distinct from Type-Based Message Routing: specifically routes editor messages to visual UI containers, not general in-memory pub-sub.
  • Handler-Based RoutingDirects incoming network packets to specific logic blocks based on message identifiers and metadata. **Distinct from Type-Based Message Routing:** Focuses on routing network packets to handlers via IDs, whereas type-based routing usually refers to in-memory pub-sub.
  • Log Message RoutingDispatching log events from a generic API to specific handler implementations based on registration. **Distinct from Handler-Based Routing:** Focuses on internal log event dispatching rather than network packet routing
  • Neovim Message RoutersRedirects or hides Neovim messages based on their event type, kind, or content text. **Distinct from Type-Based Message Routing:** Distinct from Type-Based Message Routing: specifically routes Neovim editor messages to visual containers based on event type and content, not general in-memory pub-sub.
  • Numeric Message Identifiers1 Sub-TagDispatching incoming packets to registered handler functions by matching a numeric message identifier embedded in the packet header. **Distinct from Type-Based Message Routing:** Distinct from Type-Based Message Routing: routes by a numeric ID in the packet header, not by message type.