Akka.NET is a port of the popular Java/Scala framework Akka to .NET.
This is a community driven port and is not affiliated with Typesafe who makes the original Java/Scala version.
- Subscribe to the Akka.NET dev feed: https://twitter.com/AkkaDotNet (@AkkaDotNet)
- Support forum: https://groups.google.com/forum/#!forum/akkadotnet-user-list
- Mail: akkadotnet@gmail.com
- Stackoverflow: http://stackoverflow.com/questions/tagged/akka.net
Please note that Akka.NET is currently in beta. Some features are missing, and we have a few known bugs. You can follow our work towards version 1 here: https://github.com/akkadotnet/akka.net/milestones/Version%201
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
If you are interested in helping porting Akka to .NET please take a look at [Contributing to Akka.NET](http://akkadotnet.github.io/wiki/Contributing to Akka.NET).
Also, please see Building Akka .NET.