Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 365 Bytes

File metadata and controls

7 lines (4 loc) · 365 Bytes

SignalR BlazorServer and WPF App Client

Implementation of SignalR communication in a chat example in .NET Framework

Solution has 2 projects: BlazorServer App and a WPF App.

Repository consists in how SignalR works making a chat, making simple to watch how connection can goes and communicate between apps and how each send message can be received on each app.