Akka.NET
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)
- Support forum: https://groups.google.com/forum/#!forum/akkadotnet-user-list
- Mail: hi@getakka.net
- Stack Overflow: http://stackoverflow.com/questions/tagged/akka.net
Documentation and resources
Akka.NET Community 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
Contribute
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.