Wednesday, August 15, 2018

Azure SignalR Messaging With .Net Core Console App Server And Client

Real-time technologies are now part of every modern applications and SignalR is the most popular .net library to create real time scenarios. Recently Microsoft announced the public preview of Azure SignalR, a cloud based fully managed service to build real time application without worrying about capacity provisioning, scaling, or persistent connections. In this article, we are going to discuss about how to create .Net Core SignalR server console app to broadcast the messages to all the connected clients in real-time without using Asp.net Core SignalR Web App.

source https://www.c-sharpcorner.com/article/azure-signalr-messaging-with-net-core-console-app-server-and-client/

No comments:

Post a Comment