Popularity
0.7
Stable
Activity
-
-
336
28
28
Programming language: - - -
Tags:
Distributed Computing
.NEXT Raft alternatives and similar packages
Based on the "Distributed Computing" category.
Alternatively, view .NEXT Raft alternatives based on common mentions on social networks and blogs.
-
Akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#. -
Online Store Modular Monolith
DISCONTINUED. 🛒 Implementing an “online store” modular monolith application with domain-driven design and CQRS with using in-memory message broker based on .Net Core.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of .NEXT Raft or a related project?
README
.NEXT Raft Suite
.NEXT Raft Suite is a set of libraries for building clustered microservices:
- DotNext.Net.Cluster contains cluster programming model, transport-agnostic implementation of Raft algorithm, TCP and UDP transport
- DotNext.AspNetCore.Cluster is a concrete implementation of Raft algorithm on top of DotNext.Net.Cluster library for building ASP.NET Core applications. The transport for Raft messages is HTTP 1.1 and HTTP/2. TLS is also supported.
The list of supported features:
- Network transport: TCP, UDP, HTTP 1.1, HTTP/2
- High-performance, general-purpose Persistent Write-Ahead Log supporting log compaction
- Replication of log entries across cluster nodes
- Tight integration with ASP.NET Core framework
- Friendly to Docker/LXC/Windows containers, e.g. port mapping between the host and the container
- Everything is extensible
- Custom write-ahead log
- Custom network transport
Useful links: