Skip to content

yyp2003net/akka.net

 
 

Repository files navigation

Akka.NET

Akka.NET logo

Gitter

Builds status

Windows Linux (Mono)
Build Build status Build status
Unit Tests Build status Build status
MultiNode Tests Build status
Perf Tests Build status

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

Contributing

Where Can I Contribute?

Critical Issues
Stories Up For Grabs

All contributions are welcome! Please consider the issues categorized in the Help! column first, as they are areas we could really use your help :)

Contribution Guidelines

If you are interested in helping porting Akka to .NET please take a look at Contributing to Akka.NET.

Our docs are always a work in progress—to contribute to docs, please see the docs contribution guidelines here.

Builds

Please see Building Akka.NET.

To access unstable nightly builds, please see the instructions here.

Support

ReSharper

TeamCity

About

Port of Akka actors for .NET

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.0%
  • Other 1.0%