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: [email protected]
- Stackoverflow: http://stackoverflow.com/questions/tagged/akka.net
- [Actors](https://github.com/akkadotnet/akka.net/wiki/Getting started)
- Configuration
- EventBus
- Finite State Machines
- Hotswap
- Logging
- Performance
- Remoting
- Routing
- Scheduling
- Supervision
- The F# API
- Akka Cluster support
- Akka Persistence
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.
Also, please see Building Akka .NET.