remote

Chat Example Using Proto.Remote

protoactor remote dotnet
Chat Example Using Proto.Remote In this example, we are going to go beyond Proto.Actor and leverage Proto.Remote package in order to enable bidirectional communication between different actors in a client to server fashion. These actors might be living inside of separate actor systems partitioned by a network (potentially located on different machines) and as a result of this, we are actually going to demonstrate how easy it is to create a basic but functional distributed system of actors by using just a couple of Proto features. Read more...
1 of 1
Icon