In my existing application I have an .NET API and a .NET Web Application and some Azure Web Jobs.
I want the Web Application to be listening to messages that should be broadcasted either by the API or per the Azure Web Jobs.
I am a but confused in terms of architecture as I do not know how to use the Azure SignalR Service.
When I broadcast messages from the API or Web jobs what kind of implementation I need to use in the client web application to be able to listen to them ?