Описание тега signalr-service

Use SignalR-Service for Microsoft hosted Signal R service on the Azure Platform. For generic use, just use SignalR

SignalR was added as a service on the Azure hosting platform in September 2018, allowing you to write SignalR apps / components and deploy them to a hosted Azure Cloud instance.

Azure SignalR Overview:

Azure SignalR Service simplifies the process of adding real-time web functionality to applications over HTTP. This real-time functionality allows the service to push content updates to connected clients, such as a single page web or mobile application. As a result, clients are updated without the need to poll the server, or submit new HTTP requests for updates.