A recorded live stream, where we go ahead and install SignalR onto an ASP.NET Core MVC API & React application.
From there, we will create an endpoint in our API where we can send messages to. After that, the API will send out a message to all clients connected stating that the message has been received.
The React application is used to send messages through SignalR. It also is used as a listener, where it receives any message that SignalR sends out.