Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
Перейти к файлу
Ismael Hamed 8bb424ead1
Minor fix to the ShardRegion buffer capacity log (#4498)
2020-07-07 12:56:05 -05:00
.github Deleting file, reason issue 3537 (#3581) 2018-09-05 09:39:05 -05:00
build-system Upgrade donet SDK to 3.1.105 (#4475) 2020-06-16 19:31:06 -05:00
docs Cluster event listener that logs all events (#4502) 2020-07-07 12:54:24 -05:00
src Minor fix to the ShardRegion buffer capacity log (#4498) 2020-07-07 12:56:05 -05:00
tools
.artifactignore added Azure Pipelines build system (#3794) 2019-07-26 14:24:06 -05:00
.gitattributes
.gitignore Add unneeded API Approval output to .gitignore (#4155) 2020-01-22 12:32:18 -06:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
README.md fixed-Akka-logo-readme 2019-10-04 13:39:41 -05:00
RELEASE_NOTES.md Update RELEASE_NOTES.md 2020-06-17 15:16:14 -05:00
build.cmd
build.fsx Nbench 2.0 Integration (Akka.NET v1.4) (#4298) 2020-03-05 16:57:30 -06:00
build.ps1 Upgrade donet SDK to 3.1.105 (#4475) 2020-06-16 19:31:06 -05:00
build.sh Fix CPU utilization regression due to .NET SDK regression (addedum) (#4491) 2020-06-23 09:52:57 -05:00
serve-docs.cmd
serve-docs.ps1

README.md

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

Akka.NET Project Site

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.