Introduction

Get introduced to the structure of this chapter.

We'll cover the following...

Importance of in-browser clients

SignalR Hub is only useful if we have clients connected to it. In this chapter, we’ll learn how to connect with in-browser clients.

We’ll start with in-browser clients because they are slightly easier to set up than external clients. For example, we won’t have to create external applications; we need to apply slightly less configuration ...