Building Real-Time Applications with Blazor and SignalR
摘要
What if your application needs some real-time communication between client and server, and even between clients? In this case, you can use SignalR. In this chapter, we will explore how we can use SignalR in Blazor to build real-time applications.