vasily-kirichenko / akka.net

Port of Akka actors for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

About

Port of Akka actors for .NET

License:Apache License 2.0