Adding SignalR into ASP.NET
Okay, so we can call a method on the API of our ASP.NET site to send and receive messages to anybody that want’s to send and listen. Next we’ll cover SignalR as another way to get those messages to the client. I’d recommend starting with reviewing Microsoft’s high-level coverage of SignalR. All we’re going to […]
. Read more