Top 20 NuGet eventbus Packages

基于MassTransit 的服务总线 ;很方便的应用在event bus 和 publish/subscribe 系统
SimpleMessageBus is a system for making applications more reliable and responsive to users by processing potentially long-running tasks out-of-band from the user's main workflow. It is designed to run either on-prem, or in the Microsoft Cloud, making it suitable for any application, and able to g...
ZeroMQ(也称为 ØMQ,0MQ 或 zmq)是一个可嵌入的网络通讯库(对 Socket 进行了封装)。 它提供了携带跨越多种传输协议(如:进程内,进程间,TCP 和多播)的原子消息的 sockets 。 有了ZeroMQ,我们可以通过发布-订阅、任务分发、和请求-回复等模式来建立 N-N 的 socket 连接。 ZeroMQ 的异步 I / O 模型为我们提供可扩展的基于异步消息处理任务的多核应用程序。当前组件使用了NetMQ 为CAP提供了 发布-订阅, 推送-拉取两种消息模式。 示例请参见Sample.ZeroMQ.InMemory, 当测试 推送-拉取 消息模式时 , 可以启动 ...
LiteDB是一个小型的.NET平台开源的NoSQL类型的轻量级文件数据库。特点是小和快,dll文件只有200K大小,而且支持LINQ和命令行操作,数据库是一个单一文件,类似Sqlite。为CAP存储了本地文件的NoSQL存储方式, 示例请参见 Sample.LiteDB.InMemory
EventBus.RabbitMQ extensions for .NET Core
RabbitMQ transport implementation for Tingle.EventBus.
EventBus for Zaaby.DDD base by RabbitMQ
RabbitMQ implementation of IEventBus
Wrapper around RabbitMQ
RabbitMQ.EventBus.AspNetCore.Butterfly
Dashboard for Gaucho. A .NET Message Broker Middleware for handling, converting and delegating log messages
Package Description
Package Description
An event bus library for .NET and .NET core. This library contains only interfaces, use with it's implemention EventBus.RabbitMQ.
RevStackCore Event Bus NetMQ implementation
Simple RabbitMQ implementation for lightweight .NET Event Bus Library
EventBus outbox integration and eventually consistency in microservice architectures.