MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

[Example] Add SignalR ticker to Blazor #35

Open MerrionComputing opened 4 years ago

MerrionComputing commented 4 years ago

A version of the EventGridEcho function that sends the message out via SignalR so that we can have a "What's happening" ticker in the CloudBank Blazor UI..

See : https://devblogs.microsoft.com/aspnet/azure-signalr-service-now-supports-event-grid/

MerrionComputing commented 4 years ago

If SignalR hub set incorrectly we need to ignore rather than throw a System.Net.Sockets.SocketException ? ( No such host is known )

MerrionComputing commented 3 years ago

Additional reference for hooking up the front end: https://lgulliver.github.io/serverless-chat-with-blazor-webassembly/