# SignalR

SignalR is an open-source library that can be used for real-time web functionality that enable apps to instantly push content to clients.

What is SignalR good for?

* Apps that require high frequency updates from the server. Examples are gaming, social networks, voting, auction, maps, and GPS apps.
* Dashboards and monitoring apps. Examples include company dashboards, instant sales updates, or travel alerts.
* Collaborative apps. Whiteboard apps and team meeting software are examples of collaborative apps.
* Apps that require notifications. Social networks, email, chat, games, travel alerts, and many other apps use notifications.

### Links <a href="#links" id="links"></a>

[Introduction to SignalR](https://docs.microsoft.com/en-us/aspnet/core/signalr/introduction?view=aspnetcore-5.0)

[SignalR License](https://docs.linx.software/reference/plugins/signalr/license)
