After having analyzed most of the features SignalR exposes to enable us to add real-time messaging features to our applications, we move into a different set of useful characteristics we can exploit to control our application. In particular, we'll have a deeper look at a bunch of APIs we can leverage to control different aspects concerning the connections we establish across clients and servers. In fact, SignalR works across networks, which we all know we cannot fully trust, and over HTTP, which imposes certain rules when dealing with things such as server origin and connection lifetime or state.

SignalR Real-time Application Cookbook
By :

SignalR Real-time Application Cookbook
By:
Overview of this book
Table of Contents (18 chapters)
SignalR Real-time Application Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Understanding the Basics
Using Hubs
Using the JavaScript Hubs Client API
Using the .NET Hubs Client API
Using a Persistent Connection
Handling Connections
Analyzing Advanced Scenarios
Building Complex Applications
Creating Web Projects
Index
Customer Reviews