Is there something equivalent of Akka but for .NET?
Asked
Active
Viewed 3,224 times
2 Answers
9
This is an (/my) ongoing port of Akka actors for .NET [EDIT] The project have evolved into a direct port of real Akka: https://github.com/akkadotnet
It is in large a class by class, line by line port.

Roger Johansson
- 22,764
- 18
- 97
- 193
-
@user310291 you should definitely set this as an answer for now – v.karbovnichy Apr 30 '15 at 09:29
7
You may take a look at https://github.com/phatboyg/Stact It falls into the 'something equivalent' category.

vbedegi
- 141
- 1
- 2