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

Chapter 1. The Primer

This chapter serves as a primer of knowledge. With this, you will become aware of all the terms, patterns, and practices applied in the book. Also, you will learn about the tools, libraries, and frameworks being used and what their use cases are. More importantly, you will find out why you should be performing these different things and, in particular, why you are using SignalR, and how the methods you employ will naturally find their way into your software.

In this chapter, the following topics will be covered:

  • Walk-through architectural patterns

  • Messaging—what is it?

  • Publish/subscribe models

  • Decoupling for scale—why and how?

  • Frontend patterns—also back to decoupling

    • MVC

    • MVVM

  • AngularJS

  • Twitter Bootstrap—using it to make things look better

  • SignalR—what is it built of and how does it all come together?