Skip to content

saimarpaka/akka.net

This branch is 1770 commits behind akkadotnet/akka.net:dev.

Folders and files

NameName
Last commit message
Last commit date
Sep 5, 2018
Jun 17, 2020
Jul 7, 2020
Jul 7, 2020
Feb 21, 2018
May 18, 2019
May 6, 2017
Jan 22, 2020
Nov 10, 2017
Mar 5, 2018
Jul 24, 2017
Nov 10, 2017
Oct 4, 2019
Jun 17, 2020
May 6, 2017
Mar 5, 2020
Jun 17, 2020
Jun 23, 2020
Apr 17, 2018
Apr 17, 2018

Repository files navigation

Akka.NET

Akka.NET logo

Gitter

Akka.NET is a professional-grade port of the popular Java/Scala framework Akka distributed actor framework to .NET.

Akka.NET is a .NET Foundation project.

.NET Foundation Logo

Build Status

Stage Status
Build Build Status
NuGet Pack Build Status
.NET Framework Unit Tests Build Status
.NET Framework MultiNode Tests Build Status
.NET Core (Windows) Unit Tests Build Status
.NET Core (Linux) Unit Tests Build Status
.NET Core (Windows) MultiNode Tests Build Status
.NET Core (Linux) MultiNode Tests
Docs Build Status

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

Builds

Please see Building Akka.NET.

To access nightly Akka.NET builds, please see the instructions here.

Support

If you need help getting started with Akka.NET, there's a number of great community resources online:

If you and your company are interested in getting professional Akka.NET support, you can contact Petabridge for dedicated Akka.NET support.

About

Port of Akka actors for .NET

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.2%
  • Other 1.8%