Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.18 KB

README.md

File metadata and controls

51 lines (38 loc) · 2.18 KB

Akka.NET

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. The project was previously known as "Pigeon" before we got OK from Typesafe to use the name Akka.NET.

###Features

#####Not yet implemented:

  • Akka Cluster support
  • Akka Persistence

#####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.

Also, please see Building Akka .NET.