Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
Перейти к файлу
dependabot-preview[bot] 48ce8e923e
Bump Google.Protobuf from 3.12.1 to 3.12.2 (#4445)
2020-06-03 15:55:37 +00:00
.github Deleting file, reason issue 3537 (#3581) 2018-09-05 09:39:05 -05:00
build-system Fix dotnet SDK to 3.1.100 on all Azure Pipelines script (#4450) 2020-06-03 08:28:03 -05:00
docs close #4288 - DData is no longer in beta (#4440) 2020-05-26 15:37:10 -05:00
src Bump Google.Protobuf from 3.12.1 to 3.12.2 (#4445) 2020-06-03 15:55:37 +00:00
tools Added .NET Foundation Copyright headers (#3331) 2018-02-21 07:18:33 +01:00
.artifactignore added Azure Pipelines build system (#3794) 2019-05-18 16:05:31 -05:00
.gitattributes Support for NetStandard 1.6 (#2647) 2017-05-06 12:30:12 +03:00
.gitignore Add unneeded API Approval output to .gitignore (#4155) 2020-01-22 12:32:18 -06:00
CODE_OF_CONDUCT.md Added .NET Foundation code of conduct 2017-11-10 12:16:50 -06:00
CONTRIBUTING.md Fixed link to contributor guidelines (#3351) 2018-03-05 23:37:30 +01:00
ISSUE_TEMPLATE.md Added an issue template to the repos 2017-07-24 14:14:48 +02:00
LICENSE Updated license to include .NET Foundation (#3189) 2017-11-10 13:18:06 -06:00
README.md fixed-Akka-logo-readme 2019-10-04 13:39:41 -05:00
RELEASE_NOTES.md added v1.4.8 placeholder for nightlies 2020-05-26 20:23:57 -05:00
build.cmd Support for NetStandard 1.6 (#2647) 2017-05-06 12:30:12 +03:00
build.fsx Nbench 2.0 Integration (Akka.NET v1.4) (#4298) 2020-03-05 16:57:30 -06:00
build.ps1 upgrade to Incrementalist 0.2.2 (#4222) 2020-02-14 14:12:08 -06:00
build.sh upgrade to Incrementalist 0.2.2 (#4222) 2020-02-14 14:12:08 -06:00
serve-docs.cmd added serve-docs.cmd and pages with default HOCON configurations for website (#3388) 2018-04-17 19:35:43 +02:00
serve-docs.ps1 added serve-docs.cmd and pages with default HOCON configurations for website (#3388) 2018-04-17 19:35:43 +02:00

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.