numo16 / 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

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

http://getakka.net

License:Apache License 2.0


Languages

Language:C# 97.5%Language:F# 1.9%Language:Protocol Buffer 0.6%Language:Shell 0.0%Language:Batchfile 0.0%