BlazorWorker looks like a great way to incrementally add some .NET to an existing React/Angular/Vue/jQuery/whatever page or site.
Is there any chance of a tiny Demo where some JS in a page calls a method on a Blazor worker and the Blazor worker calls a JS method on the page?
I see for example BlazorWorker.WorkerCore.MessageService so I'm thinking this is stuff you've already built into BlazorWorker at least at some level, but I'm not spotting how to pull it together into a little sample app.