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.
-
.NET port of LMAX Disruptor
Port of LMAX Disruptor to .NET -
Orleankka
Orleankka is a functional API for Microsoft Orleans framework. It is highly suitable for scenarios where having composable, uniform communication interface is preferable, such as: CQRS, event-sourcing, re-routing, FSM, etc. Additional API avaiable for F# called Orleankka.FSharp. -
Zebus
Zebus is a lightweight, higlhy versatile, peer to peer service bus, built with CQRS principles in mind. It allows applications to communicate with each other in a fast and easy manner. Most of the complexity is hidden in the library and you can focus on writing code that matters to you, not debugging messaging code. A very fundamental base for any distributed application. -
FsShelter
F# library for authoring Apache Storm components and topologies. Offering high-level abstractions for distributed and fault-tolerant event stream processing. -
.NEXT Raft
Raft implementation for .NET and ASP.NET Core that allows to build clustered microservices powered by distributed consensus and replication
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Akka.net or a related project?
README
Akka.NET
[Akka.NET logo](docs/shfb/icons/AkkaNetLogo.Normal.png)
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.
[.NET Foundation Logo](docs/images/dotnetfoundationhorizontal.svg)
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.