Pub Sub Framework Recomendations?

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • MediatR

    Simple, unambitious mediator implementation in .NET

  • Looks like you are talking about in process communication solutions. You can take a look at MediatR or MassTransit.

  • Rebus

    :bus: Simple and lean service bus implementation for .NET

  • For multiprocess application (multiple services, containerized and also natives) I've used ReBus (https://github.com/rebus-org/Rebus) which was is API-compatible (for some version) with NServiceBus. We first used NServiceBus with RabbitMQ (Sagas stored in SqlServer) and then after migration to ReBus also messages and queues were in SqlServer.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • httpbench

    Benchmarks HttpClient + Kestrel

  • This guy is a guru and has this in memory messaging example using channels that's really slick. https://github.com/scalablecory/httpbench

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts