Technical requirements
In this chapter, we’re going to need all the technical requirements listed in previous chapters, with the following additional packages:
Microsoft.AspNetCore.SignalR
@microsoft/signalr
The Microsoft.AspNetCore.SignalR
package comes with the Microsoft.AspNetCore.App
framework, meaning that our ASP.NET Core apps already have it.
As always, it’s advisable to avoid installing them straight away; we’re going to bring them in during this chapter to better contextualize their purpose within our project.
The code files for this chapter can be found at https://github.com/PacktPublishing/ASP.NET-Core-8-and-Angular/tree/master/Chapter_14/.