10

Is there something equivalent of Akka but for .NET?

http://doc.akka.io/use-cases

Jonas
  • 121,568
  • 97
  • 310
  • 388
user310291
  • 36,946
  • 82
  • 271
  • 487

2 Answers2

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
7

You may take a look at https://github.com/phatboyg/Stact It falls into the 'something equivalent' category.

vbedegi
  • 141
  • 1
  • 2