ASP.NET Core SignalR is an open-source library that simplifies adding real-time web functionality to apps. Real-time web functionality enables server-side code to push content to clients instantly. In thi video build an ASP.NET Core Web Application that uses SignalR as well as Worker Services. The Worker Service is a subscriber to a Message Broker and messages it receives are relayed to Web Browsers using SingalR.
The Visual Studio Solution for the code in this video can be found here:
https://github.com/matlus/SignalRAndW...
For Live Session (on Novenber 14th 2020 @ 9am EST) please see my community post:
• Post
00:00 Introduction
00:53 Plan for this session
02:46 Recap of the previous project
04:06 The problem - coupling code system with Worker Services and Hubs
05:10 System Design Best Practices
15:24 The Design of this system
17:25 Enhancing/Changing existing code
20:49 Enhancing the Worker Service to use the SignalProcessor Manager
22:26 Testing the Enhanced application
27:43 Creating the Publishing Application
32:20 Testing the SignalR front end with the Publisher
38:11 Extending the UI to send messages via SignalR to the Server
41:48 To use Dependency Injection or Not
42:45 Preparing for te Live Session