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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesMessage Interceptors

User-defined hooks that inspect, modify, or filter every message before it reaches subscribers or the retained message store.

Distinct from Message Delivery Pipelines: Distinct from Message Delivery Pipelines: focuses on the interception and modification of individual messages before delivery, not the routing or queuing infrastructure.

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

Awesome Message Interceptors GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dotnet/mqttnetAvatar dotnet

    dotnet/MQTTnet

    4,949Vezi pe GitHub↗

    MQTTnet is a comprehensive MQTT library for .NET that supports both client and broker roles in a single codebase. It provides a full-featured broker implementation capable of hosting a server with access control, message interception, session persistence, and support for mixed MQTT protocol versions. The client side offers robust publish-subscribe communication with automatic reconnection that preserves quality-of-service guarantees, ensuring reliable message delivery across network interruptions. The library distinguishes itself with a plugin-based authentication pipeline for validating clie

    Routes every published message through user-defined interceptors before delivery to subscribers or retained message store.

    C#anycpubrokercommunication
    Vezi pe GitHub↗4,949
  1. Home
  2. Networking & Communication
  3. Message Delivery Pipelines
  4. Message Interceptors