Skip to content

MaciekLesiczka/akka.net

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.9%
  • F# 1.9%
  • Protocol Buffer 1.2%