# akka.net
**Repository Path**: cuixingxing/akka.net
## Basic Information
- **Project Name**: akka.net
- **Description**: Port of Akka actors for .NET
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-02-02
- **Last Updated**: 2024-06-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Akka.NET

[](https://gitter.im/akkadotnet/akka.net?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Builds status
||Windows|Linux (Mono)|
|:--:|:--:|:--:|
|Build|[](http://petabridge-ci.cloudapp.net/viewType.html?buildTypeId=AkkaNet_AkkaNetWindowsBuild&guest=1)|[](http://petabridge-ci.cloudapp.net/viewType.html?buildTypeId=AkkaNet_LinuxMonoBuild&guest=1)|
|Unit Tests|[](http://petabridge-ci.cloudapp.net/viewType.html?buildTypeId=AkkaNet_AkkaNetWindowsUnitTests&guest=1)|[](http://petabridge-ci.cloudapp.net/viewType.html?buildTypeId=AkkaNet_AkkaNetLinuxMonoUnitTests&guest=1)|
|MultiNode Tests|[](http://petabridge-ci.cloudapp.net/viewType.html?buildTypeId=AkkaNet_AkkaNetWindowsMultiNodeTests&guest=1)|
|Perf Tests|[](http://petabridge-ci.cloudapp.net/viewType.html?buildTypeId=AkkaNet_AkkaNetWindowsPerformanceTests&guest=1)||
## [Akka.NET Current Roadmap](https://petabridge.com/blog/akkadotnet-2016-roadmap/)
**Akka.NET** is a community-driven port of the popular Java/Scala framework [Akka](http://akka.io) to .NET.
* Subscribe to the Akka.NET dev feed: https://twitter.com/AkkaDotNet (@AkkaDotNet)
* Gitter chat: https://gitter.im/akkadotnet/akka.net
* 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](http://getakka.net)
### Install Akka.NET via NuGet
If you want to include Akka.NET in your project, you can [install it directly from NuGet](https://www.nuget.org/packages/Akka)
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?
[](http://waffle.io/akkadotnet/akka.net)
[](http://waffle.io/akkadotnet/akka.net)
> *All contributions are welcome! Please consider the [issues categorized in the `Help!` column](http://waffle.io/akkadotnet/akka.net) 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](http://getakka.net/community/contributor-guidelines.html).
Our [docs](http://getakka.net/articles/intro/what-is-akka.html) are always a work in progress—to contribute to docs, please see the [docs contribution guidelines here](http://getakka.net/community/documentation-guidelines.html).
#### Builds
Please see [Building Akka.NET](http://getakka.net/community/building-akka-net.html).
To access unstable nightly builds, please [see the instructions here](http://getakka.net/community/getting-access-to-nightly-builds.html).
### Support
