Using Akka.net with Asp.net on a Modular Monolith architecture
Iwould like to implement a rest service using Akka and Asp.net. Following the example here I create my AkkaService containing the FooActor ref and a controller who transform the http request to a RunProcess message which is sent to the…