/DotnetcoreSignalR

How to use SignalR Core in ASP.NET Core 2.0 web applications to provide real-time communication. Scenario: After processing a payroll, the system will trigger a report generation process. Once this process is complete, we want to notify all the web clients that their reports are available to view.

Primary LanguageC#

DotnetcoreSignalR

How to use SignalR Core in ASP.NET Core 2.0 web applications to provide real-time communication.

Scenario: After processing a payroll, the system will trigger a report generation process. Once this process is complete, we want to notify all the web clients that their reports are available to view.