/RxBlazor

Rx.NET based MessageService demo for Blazor Framework

Primary LanguageC#

MessageService - Blazor Rx.NET Integration Demo

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

Run demo using DotNet

dotnet watch run