Real-time communication — Azure SignalR Service
Oct 29, 2020
With real-time communication (Azure SignalR Service), the server can push new data to the client(browser, mobile and desktop) at any time.
Example: financial-tickers, job-progress updates.
Clients are updated without the need to poll the server.