ASP.NET Core 2.2 SignalR Server
SignalR is a technology that allows you to write bi-directional communication between a server and a client. This can lead to some pretty cool interactions, such as a live-updating dashboard on a website, or the ability to communicate requests to a server without building HTTP endpoints. SignalR does a lot of heavy lifting behind the … [Read more…]