There are two sets of libraries that will need to be installed, client and server:
- Let's start with the server libraries. For this, we'll use NuGet. From within the NuGet Package Manager, select Manage NuGet Packages:
If you prefer, this can also be installed using the Package Manager Console using the Install-Package Microsoft.Azure.SignalR command.
- For the client-side libraries, we'll use npm to install the SignalR libraries.
- Let's make sure that we're on the latest version of npm; launch PowerShell ...