SlimMessageBus VS Darker

Compare SlimMessageBus vs Darker and see what are their differences.

SlimMessageBus

Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers. (by zarusz)

Darker

The query-side counterpart of Brighter (by BrighterCommand)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
SlimMessageBus Darker
1 2
437 195
- 0.5%
8.1 6.1
6 days ago 5 days ago
C# C#
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

SlimMessageBus

Posts with mentions or reviews of SlimMessageBus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-24.
  • C# Complex Web Scraper: Looking for feedback / code review?
    5 projects | /r/csharp | 24 Feb 2023
    MassTransit, SlimMessageBus, and SilverBack abstract interactions with message queueing systems. Some of what you are trying to do (I didn't read it deep enough to know exactly what you're using the queue for) would be done as a queue configuration instead (e.g. ordering, de-dupe, etc.).

Darker

Posts with mentions or reviews of Darker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-08.
  • Should I null-check every database get by id calls?
    1 project | /r/csharp | 12 Dec 2022
    Sample untested code using Darker
  • Project Layout Format?
    2 projects | /r/dotnetcore | 8 Dec 2022
    Consider the CQRS pattern as a replacement to repository/service. Because it's not that complicated, I ended up rolling my own implementation (ICommand, ICommandHandler, ICommandDispatcher, equivalents for Query, and then some DI to tie them together.) There are quite a few Nuget CQRS packages and lots of example implementations on the web. I also just heard about Brighter and Darker but I haven't had a chance to try them out yet. Sounds pretty interesting.

What are some alternatives?

When comparing SlimMessageBus and Darker you can also consider the following projects:

MassTransit - Distributed Application Framework for .NET

Brighter - A framework for building messaging apps with .NET and C#.

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

Hangfire - An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required

CQRSlite - A lightweight framework to help creating CQRS and Eventsourcing applications in C#

NServiceBus - Build, version, and monitor better microservices with the most powerful service platform for .NET

Shuttle.Esb - A highly extensible service bus implementation.

CAP - Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern

AdaskoTheBeAsT.MediatR.SimpleInjector and AdaskoTheBeAsT.MediatR.SimpleInjector.AspNetCore - MediatR extension to SimpleInjector