Akka.net alternatives and similar packages
Based on the "Distributed Computing" category.
Alternatively, view Akka.net alternatives based on common mentions on social networks and blogs.
-
protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin -
.NET port of LMAX Disruptor
Port of LMAX Disruptor to .NET -
Orleankka
Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka/ -
FsShelter
Author Apache Storm topologies with F# using statically-typed streams -
Online Store Modular Monolith
🛒 Implementing an “online store” modular monolith application with domain-driven design and CQRS with using in-memory message broker based on .Net Core. -
.NEXT Raft
Raft implementation for .NET and ASP.NET Core that allows to build clustered microservices powered by distributed consensus and replication
Clean code begins in your IDE with SonarLint
* 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 Akka.net or a related project?
README
Akka.NET
Akka.NET is a professional-grade port of the popular Java/Scala framework Akka distributed actor framework to .NET.
Akka.NET is a .NET Foundation project.
Build Status
Documentation and resources
Akka.NET Project Site
Install Akka.NET via NuGet
If you want to include Akka.NET in your project, you can install it directly from NuGet
To install Akka.NET Distributed Actor Framework, run the following command in the Package Manager Console
PM> Install-Package Akka
PM> Install-Package Akka.Remote
And if you need F# support:
PM> Install-Package Akka.FSharp
Builds
Please see Building Akka.NET.
To access nightly Akka.NET builds, please see the instructions here.
Support
If you need help getting started with Akka.NET, there's a number of great community resources online:
- Subscribe to the Akka.NET project feed on Twitter: https://twitter.com/AkkaDotNet (@AkkaDotNet)
- Join the Akka.NET project Gitter chat: https://gitter.im/akkadotnet/akka.net
- Ask Akka.NET questions on Stack Overflow: http://stackoverflow.com/questions/tagged/akka.net
If you and your company are interested in getting professional Akka.NET support, you can contact Petabridge for dedicated Akka.NET support.