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

Packages


We are going to need some packages. The packages will only need to be added to the common project: SignalRChat.Mobile. First, let's add a reference to SignalR by adding the package called Microsoft.AspNet.SignalR.Client. After this, add a reference to SimpleInjector, a simple IoC container implementation. We could have used Ninject or others here as well. There are, however, some limitations with some of the magic that was going on when we used Ninject together with Bifrost that is yet to be solved by these libraries; therefore, we just use this for simplicity instead.