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.