Akka .NET is a port of the popular Java/Scala framework Akka to .NET.
Early beta, do not use in production!
This is a community driven port and is not affiliated with Typesafe who makes the original Java/Scala version. The project was previously known as "Pigeon" before we got OK from Typesafe to use the name Akka.NET.
- Subscribe to the Akka.NET dev feed: https://twitter.com/AkkaDotNet
###Features
- [Actors](https://github.com/akkadotnet/akka.net/wiki/Getting started)
- Configuration
- Remoting
- Hotswap
- Supervision
- Actor Lifecycle
- Routing
- EventBus
- Logging
- Scheduling
- Performance
- The F# API
#####Not yet implemented:
- Akka Cluster support
#####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 -Pre
PM> Install-Package Akka.Remote -Pre
And if you need F# support:
PM> Install-Package Akka.FSharp -Pre
#####Contribute 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.
#####Contact Twitter: http://twitter.com/rogeralsing (@rogeralsing)
Mail: [email protected]