Skip to content

skotzko/akka.net

 
 

Repository files navigation

Akka.NET

Akka.NET logo

Gitter
Issue Stats Issue Stats

Issues for Next Release (v1.1)
![Critical Issues](https://badge.waffle.io/akkadotnet/akka.net.svg?label=help%20wanted&title=Issues Needing Help Now!)
![Stories Up For Grabs](https://badge.waffle.io/akkadotnet/akka.net.svg?label=up%20for%20grabs&title=General Issues Up For Grabs)

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?

Issues for the Next Release (v1.1)

![Critical Issues](https://badge.waffle.io/akkadotnet/akka.net.svg?label=help%20wanted&title=Issues Needing Help Now!)
![Stories Up For Grabs](https://badge.waffle.io/akkadotnet/akka.net.svg?label=up%20for%20grabs&title=General Issues 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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.9%
  • F# 1.6%
  • Other 0.5%