Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.76 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.76 KB

Akka.NET

Akka.NET logo

Gitter
Issue Stats Issue Stats

Akka.NET is a community-driven port of the popular Java/Scala framework Akka to .NET.

Documentation and resources

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.

ReSharper