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

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

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

Open-source alternatives to Rebus

30 open-source projects similar to rebus-org/rebus, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Rebus alternative.

  • easynetq/easynetqEasyNetQ 的头像

    EasyNetQ/EasyNetQ

    3,057在 GitHub 上查看↗

    An easy to use .NET API for RabbitMQ

    C#dotnetdotnet-coremessaging
    在 GitHub 上查看↗3,057
  • rabbitmq/rabbitmq-dotnet-clientrabbitmq 的头像

    rabbitmq/rabbitmq-dotnet-client

    2,255在 GitHub 上查看↗
    C#c-sharpdotnetdotnet-core
    在 GitHub 上查看↗2,255
  • particular/nservicebusParticular 的头像

    Particular/NServiceBus

    2,165在 GitHub 上查看↗

    The gold standard for async .NET microservices on Azure, AWS and on-prem

    C#c-sharpdistributed-systemsmessaging
    在 GitHub 上查看↗2,165
  • masstransit/masstransitMassTransit 的头像

    MassTransit/MassTransit

    7,760在 GitHub 上查看↗

    MassTransit is a .NET distributed application framework and asynchronous messaging library designed for building distributed systems. It serves as an enterprise service bus implementation that handles the routing, transformation, and delivery of messages between decoupled services. The framework provides a message broker abstraction layer, which decouples application code from specific messaging infrastructure such as RabbitMQ, Azure Service Bus, or Amazon SQS. It supports event-driven architecture and asynchronous microservices communication to improve system scalability and availability. T

    C#azure-service-busc-sharpdotnet
    在 GitHub 上查看↗7,760
  • zeromq/netmqzeromq 的头像

    zeromq/netmq

    3,165在 GitHub 上查看↗

    A 100% native C# implementation of ZeroMQ for .NET

    C#dotnetdotnet-coremessaging
    在 GitHub 上查看↗3,165

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • floci-io/flocifloci-io 的头像

    floci-io/floci

    14,168在 GitHub 上查看↗

    Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications without a live internet connection. It serves as a containerized cloud emulator and a serverless runtime emulator, allowing users to run high-fidelity replicas of cloud databases, queues, and compute services on a local machine. The project distinguishes itself by using real container images instead of simple mocks to ensure behavioral accuracy. It functions as a local API gateway simulator with proxy-based routing for REST and WebSocket APIs, and provides a serverless environm

    Javaawsaws-emulationdevops
    在 GitHub 上查看↗14,168
  • apereo/casapereo 的头像

    apereo/cas

    11,347在 GitHub 上查看↗

    This project is an open-source identity provider and single sign-on platform that centralizes user authentication for multiple web applications and services. It functions as a multi-protocol authentication gateway, verifying user identities and issuing tokens through the CAS protocol as well as industry standards including SAML, OAuth2, and OpenID Connect. The system acts as a federated identity server, allowing authentication to be delegated to external third-party or corporate identity providers. It distinguishes itself through identity attribute governance, which manages which specific use

    Javaauthenticationauthorizationaws
    在 GitHub 上查看↗11,347
  • apache/kafkaapache 的头像

    apache/kafka

    32,846在 GitHub 上查看↗

    Kafka is a distributed event streaming platform designed for capturing, storing, and processing real-time data streams across interconnected nodes. It functions as a distributed commit log, providing a fault-tolerant storage mechanism that records state changes sequentially to ensure data consistency and durability across distributed environments. The platform distinguishes itself through a partitioned commit log architecture that enables horizontal scaling and parallel processing of data streams. It integrates a stream processing engine for continuous transformations and aggregations, while

    Javakafkascala
    在 GitHub 上查看↗32,846
  • aio-libs/aiozmqaio-libs 的头像

    aio-libs/aiozmq

    429在 GitHub 上查看↗

    Asyncio (pep 3156) integration with ZeroMQ

    Python
    在 GitHub 上查看↗429
  • brightercommand/brighterBrighterCommand 的头像

    BrighterCommand/Brighter

    2,383在 GitHub 上查看↗
    C#asynchronouslybrightercommand-dispatcher
    在 GitHub 上查看↗2,383
  • chkr1011/mqttnetchkr1011 的头像

    chkr1011/MQTTnet

    5,011在 GitHub 上查看↗

    MQTTnet is a .NET library providing a framework for implementing MQTT clients and brokers. It includes a broker implementation for hosting a central message hub that routes messages between connected clients and a client library for publishing and subscribing to messages. The project supports both TCP and WebSocket transport layers, enabling secure data traffic through transport layer security. It allows for the development of custom middleware to intercept, transform, or validate messages as they pass through a server. Capability areas include distributed message routing, persistent connect

    C#
    在 GitHub 上查看↗5,011
  • conduitframework/conduitconduitframework 的头像

    conduitframework/conduit

    129在 GitHub 上查看↗

    A message queue framework, with support for middleware and multiple adapters.

    Elixir
    在 GitHub 上查看↗129
  • confluentinc/confluent-kafka-dotnetconfluentinc 的头像

    confluentinc/confluent-kafka-dotnet

    262在 GitHub 上查看↗

    Confluent's Apache Kafka .NET client

    C#c-sharpconfluentdotnet
    在 GitHub 上查看↗262
  • costaraphael/cspexcostaraphael 的头像

    costaraphael/cspex

    26在 GitHub 上查看↗

    A library that brings all the CSP joy to the Elixir land.

    Elixir
    在 GitHub 上查看↗26
  • beagle1984/silverbackBEagle1984 的头像

    BEagle1984/silverback

    282在 GitHub 上查看↗

    Silverback is a message bus and broker integration library for .NET. It is designed to simplify event-driven architectures and asynchronous messaging, with first-class support for Apache Kafka and MQTT.

    C#
    在 GitHub 上查看↗282
  • apache/incubator-pulsarapache 的头像

    apache/incubator-pulsar

    15,270在 GitHub 上查看↗

    Apache Pulsar is a cloud-native message queue and distributed publish-subscribe messaging system. It serves as a multi-tenant event streaming platform designed to route data streams for asynchronous communication between producers and consumers. The system distinguishes itself through geo-replication, synchronizing data across multiple geographic regions to ensure high availability and low latency. It implements a multi-tenant architecture that provides isolation and resource management for millions of independent topics. The platform covers high-throughput data streaming and event-driven da

    Java
    在 GitHub 上查看↗15,270
  • dex-it/dex-commondex-it 的头像

    dex-it/dex-common

    13在 GitHub 上查看↗

    A set of C# libraries for streamlined microservice development: audit, caching, outbox, CAP, MassTransit (events & config), idempotency, specifications, security, and other useful utilities. Packages: https://www.nuget.org/profiles/dex

    C#at-least-onceauditcache-control
    在 GitHub 上查看↗13
  • dashbitco/broadwaydashbitco 的头像

    dashbitco/broadway

    2,652在 GitHub 上查看↗

    Concurrent and multi-stage data ingestion and data processing with Elixir

    Elixir
    在 GitHub 上查看↗2,652
  • dotnetcore/capdotnetcore 的头像

    dotnetcore/CAP

    7,088在 GitHub 上查看↗

    CAP is a .NET distributed transaction framework and event bus designed to manage asynchronous communication in microservices. It implements the outbox pattern to ensure eventual consistency and reliable message delivery by persisting messages in local database tables until transactions commit. The framework includes a distributed message monitor and web dashboard for tracking the status of sent and received messages. It provides tools for event traffic visualization, distributed request tracing, and the ability to manually trigger retries for failed delivery attempts. The system supports var

    C#distributed-transactionseventbuskafka
    在 GitHub 上查看↗7,088
  • basho/enmbasho 的头像

    basho/enm

    118在 GitHub 上查看↗

    Erlang driver for nanomsg

    Erlang
    在 GitHub 上查看↗118
  • edgurgel/verkedgurgel 的头像

    edgurgel/verk

    729在 GitHub 上查看↗

    A job processing system that just verks! 🧛‍

    Elixir
    在 GitHub 上查看↗729
  • eventstore/eventstoreEventStore 的头像

    EventStore/EventStore

    5,809在 GitHub 上查看↗

    KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores application state as an immutable, ordered sequence of events rather than updating rows in place, preserving full history for audit, replay, and distributed consistency. The database combines event storage with real-time streaming and a built-in JavaScript projection engine that transforms and aggregates event streams into materialized views. The system provides official gRPC client libraries for Python, Node.js, Java, .NET, Go, and Rust, enabling multi-language application development

    C#
    在 GitHub 上查看↗5,809
  • exceptionless/foundatioexceptionless 的头像

    exceptionless/Foundatio

    2,088在 GitHub 上查看↗

    Pluggable foundation blocks for building distributed apps.

    C#
    在 GitHub 上查看↗2,088
  • facebookincubator/logdevicefacebookincubator 的头像

    facebookincubator/LogDevice

    1,902在 GitHub 上查看↗

    Distributed storage for sequential data

    C++
    在 GitHub 上查看↗1,902
  • falood/queuexfalood 的头像

    falood/queuex

    11在 GitHub 上查看↗

    Elixir Priority Queue

    Elixir
    在 GitHub 上查看↗11
  • d0rc/exrabbitd0rc 的头像

    d0rc/exrabbit

    49在 GitHub 上查看↗

    Simple rabbitmq bindings for elixir

    Elixir
    在 GitHub 上查看↗49
  • foundatiofx/foundatioFoundatioFx 的头像

    FoundatioFx/Foundatio

    2,088在 GitHub 上查看↗

    Pluggable foundation blocks for building distributed apps.

    C#abstractionsawsazure
    在 GitHub 上查看↗2,088
  • fredwu/opqfredwu 的头像

    fredwu/opq

    272在 GitHub 上查看↗

    Elixir queue! A simple, in-memory queue with worker pooling and rate limiting in Elixir.

    Elixir
    在 GitHub 上查看↗272
  • hangfireio/hangfireHangfireIO 的头像

    HangfireIO/Hangfire

    10,015在 GitHub 上查看↗

    Hangfire is a background job scheduler and distributed task queue for .NET applications. It serves as a job orchestration framework that offloads heavy processing to background workers using a SQL-backed processor to manage job state across multiple servers. The framework distinguishes itself through reliable task scheduling, where job metadata and arguments are persisted in an external database to ensure tasks survive application restarts. It supports advanced orchestration patterns, including the ability to chain dependent tasks so that a child job triggers automatically upon the successful

    C#background-jobsbackground-threadbackground-worker
    在 GitHub 上查看↗10,015
  • crossbario/crossbarcrossbario 的头像

    crossbario/crossbar

    2,065在 GitHub 上查看↗

    Crossbar.io - WAMP application router

    Python
    在 GitHub 上查看↗2,065