Adding a method to a Hub and counting the calls to it
This first recipe of the chapter is very simple, and in a way similar to the others we saw in Chapter 1, Understanding the Basics; however, the focus will be lesser on the process and the parts involved and more on specific Hub features. We'll learn a simple way to count how many times a Hub method is called by the connected clients.
Getting ready
Before writing the code of this recipe, we need to create a new empty web application, which we'll call Recipe05
.
How to do it…
We're ready to actually start adding our SignalR bits by performing the following steps:
- Let's add a Hub called
EchoHub
. Behind the scenes, this action references a NuGet package called Microsoft.AspNet.SignalR, which then brings ...
Get SignalR Real-time Application Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.