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

The client


Now that we have the server setup done, we're ready to move on to the client. Out of the box, SignalR comes with very simple ways of consuming any hubs that are created. We're not going to use these methods since we have the power of AngularJS in our solution; we want to do things in conjunction with how AngularJS does things.