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
·
Particular avatar

Particular/NServiceBus

0
View on GitHub↗
2,165 stele·648 fork-uri·C#·4 vizualizăriparticular.net/nservicebus↗

NServiceBus

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

Features

  • Message Queues - Popular service bus framework for .NET applications.
  • Enterprise Service Bus - .NET-based service bus for simplifying messaging and service orchestration.
  • Messaging and Queuing - Platform for building distributed systems.
  • Frameworks and Libraries - Service bus for distributed .NET applications.

Istoric stele

Graficul istoricului de stele pentru particular/nservicebusGraficul istoricului de stele pentru particular/nservicebus

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru NServiceBus

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu NServiceBus.
  • masstransit/masstransitAvatar MassTransit

    MassTransit/MassTransit

    7,760Vezi pe 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
    Vezi pe GitHub↗7,760
  • jbogard/mediatrAvatar jbogard

    jbogard/MediatR

    11,841Vezi pe GitHub↗

    MediatR is a .NET library for implementing the mediator pattern, serving as an in-process message broker that decouples senders and receivers by routing messages through a central dispatcher. It enables the transmission of requests and notifications between different components within a single application process. The framework provides a pipeline behavior system that allows for the interception and processing of messages through a sequence of custom behaviors. This architecture is used to implement cross-cutting concerns, such as logging or validation, across multiple handlers. The library

    C#
    Vezi pe GitHub↗11,841
  • easynetq/easynetqAvatar EasyNetQ

    EasyNetQ/EasyNetQ

    3,057Vezi pe GitHub↗

    An easy to use .NET API for RabbitMQ

    C#dotnetdotnet-coremessaging
    Vezi pe GitHub↗3,057
  • rabbitmq/rabbitmq-dotnet-clientAvatar rabbitmq

    rabbitmq/rabbitmq-dotnet-client

    2,255Vezi pe GitHub↗
    C#c-sharpdotnetdotnet-core
    Vezi pe GitHub↗2,255
Vezi toate cele 30 alternative pentru NServiceBus→

Întrebări frecvente

Ce face particular/nservicebus?

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

Care sunt principalele funcționalități ale particular/nservicebus?

Principalele funcționalități ale particular/nservicebus sunt: Message Queues, Enterprise Service Bus, Messaging and Queuing, Frameworks and Libraries.

Care sunt câteva alternative open-source pentru particular/nservicebus?

Alternativele open-source pentru particular/nservicebus includ: masstransit/masstransit — MassTransit is a .NET distributed application framework and asynchronous messaging library designed for building… rabbitmq/rabbitmq-dotnet-client. easynetq/easynetq — An easy to use .NET API for RabbitMQ. jbogard/mediatr — MediatR is a .NET library for implementing the mediator pattern, serving as an in-process message broker that… rebus-org/rebus — :bus: Simple and lean service bus implementation for .NET. zeromq/netmq — A 100% native C# implementation of ZeroMQ for .NET.