Question

I see many references to using Stact to implement ActorModel in C#. But I don't see any recent examples, and the documentation makes it hard to figure out what is the pit of success (which is unfortunate because TopShelf and MassTransit both have decent documentation). Are there any updated usage examples that go past the simple Receive examples, an integrate with something like an IoC container to create concrete Actor classes?

Was it helpful?

Solution

Riktig is likely the best example of everything built on Stact. Cashbox is written on an older version of Stact and isn't a very big codebase, so might be a place to start.

Stact mostly exists so we can build the other cool stuff. Akka.net might be a better solution if you want full blown actors - though I've never used it. They are more interested in supporting an ecosystem around the library than Stact has gathered to this point. Unless they are hidden from me, which is possible.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top