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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • dotnet/mqttnetAvatar de dotnet

    dotnet/MQTTnet

    4,949Voir sur 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
    Voir sur GitHub↗4,949
  1. Home
  2. Networking & Communication
  3. Message Delivery Pipelines
  4. Message Interceptors