I’m using SignalR as a long poll mechanism between multiple .NET clients because part of my projects requirements is to have everything over http/https.
Command pattern with SignalR
I’m using SignalR as a long poll mechanism between multiple .NET clients because part of my projects requirements is to have everything over http/https.