AsyncWcfLib
Actor based programming using WCF and async-await.
... interacting by passing messages.
Message objects are passed inside a process between actors running on different threads.
Also, messages may be passed between actors running on different processes, hosts and operating systems.
The library is designed for configuration free, asynchronous messaging.
A router application is included. It discovers actors by their name on any linked host, even
when host name resolution is not possible because of routing- or operating system limitations.