isurakka / akka.net

Port of Akka actors for .NET

Home Page:http://getakka.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Port of Akka actors for .NET

http://getakka.net

License:Apache License 2.0


Languages

Language:C# 96.8%Language:F# 1.9%Language:Protocol Buffer 1.2%Language:Shell 0.0%Language:Batchfile 0.0%