首页 > 代码库 > Akka to .NET

Akka to .NET

技术分享 技术分享

Akka.NET Current Roadmap

Akka.NET is a community-driven port of the popular Java/Scala framework Akka to .NET.

  • Subscribe to the Akka.NET dev feed: https://twitter.com/AkkaDotNet (@AkkaDotNet)
  • Support forum: https://groups.google.com/forum/#!forum/akkadotnet-user-list
  • Mail: hi@getakka.net
  • Stack Overflow: http://stackoverflow.com/questions/tagged/akka.net

Documentation and resources

Akka.NET Community 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

Contributing

Where Can I Contribute?

Issues for the Next Release (v1.1)

技术分享
技术分享

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.

Akka to .NET