Book Image

SignalR: Real-time Application Development - Second Edition

By : Einar Ingerbrigsten
Book Image

SignalR: Real-time Application Development - Second Edition

By: Einar Ingerbrigsten

Overview of this book

Table of Contents (19 chapters)
SignalR – Real-time Application Development Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
11
Hosting a Server Using Self-hosted OWIN
Index

Summary


We've seen how easy it is to get started with SignalR and set up a persistent connection. With AngularJS, we've also started seeing how to structure a single-page application. With the little effort put in this chapter, we are already sending a message for our chat application across browsers.

Moving forward from this point, we will be looking at this with a different abstraction, hubs in SignalR, providing a way to expose functionality on the server more naturally.