This document provides an overview of SignalR, a library for ASP.NET developers building real-time web functionality. SignalR simplifies development of persistent connections and real-time web functionality by abstracting the underlying transport mechanisms like WebSocket, Server-Sent Events, and long-polling. SignalR supports server and client libraries for .NET and JavaScript and can be used to build applications requiring live data updates like games, messaging apps, dashboards and more.