Windows | Linux (Mono) | |
---|---|---|
Build | ||
Unit Tests | ||
MultiNode Tests | ||
Perf Tests |
Akka.NET is a community-driven port of the popular Java/Scala framework Akka to .NET.
- Subscribe to the Akka.NET dev feed: https://twitter.com/AkkaDotNet (@AkkaDotNet)
- Gitter chat: https://gitter.im/akkadotnet/akka.net
- Support forum: https://groups.google.com/forum/#!forum/akkadotnet-user-list
- Mail: [email protected]
- Stack Overflow: http://stackoverflow.com/questions/tagged/akka.net
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
All contributions are welcome! Please consider the issues categorized in the
Help!
column first, as they are areas we could really use your help :)
If you are interested in helping porting Akka to .NET please take a look at Contributing to Akka.NET.
Our docs are always a work in progress—to contribute to docs, please see the docs contribution guidelines here.
Please see Building Akka.NET.
To access unstable nightly builds, please see the instructions here.