Sunday, August 5, 2018

Introduction To SignalR With ASP.NET Core

SignalR is an open source library that adding real-time web functionality to application. It means, it enable the server-side to push the content to client instantly rather than the server wait for client to request for new data. It provides an API for creating server to client RPC (remote procedure calls). The RPC call JavaScript functions on client from server side .net core code.

source https://www.c-sharpcorner.com/article/introduction-to-signalr-with-asp-net-core/

No comments:

Post a Comment