awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dotnet/mqttnetdotnet 的头像

    dotnet/MQTTnet

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