This document discusses enabling real-time functionality in mobile apps using SignalR.
It begins by introducing SignalR and how it provides an asynchronous and persistent connection between server and clients for bidirectional communication. It then discusses challenges with existing polling techniques and how SignalR abstracts away the network transport layer.
The document also covers SignalR platform support on both server and client sides, its APIs, and examples of how it has been used to power chat applications and games. It explores using SignalR with mobile clients via technologies like Telerik AppBuilder and Xamarin to build cross-platform hybrid mobile apps with real-time capabilities.