Basic SignalR This is a simple application that uses SignalR for real time communication. A user can buy or subscribe to another user's buying process. How to run Backend $ cd src/SignalR.Api $ dotnet run Frontend $ cd src/SignalR.Client $ python -m http.server 9090 --bind localhost