This is a simple example app that demonstrates how one can use an Rx based MessageService to send and receive messages. You can use such architecture if you need publishers and subscribers to be decoupled and take advantage of Rx functional properties.
Run demo using Bionic
bionic serve
dotnet watch run