Talking to SignalR Hubs from .NET Clients (and fixing version incompatibilities)
Feb 26,
2013
In an earlier post I showed how to set up a SignalR hub that would accept requests and send out messages to browser-based, JavaScript clients. What’s special about SignalR is that those messages are immediately picked up by the browser-based clients like the one I created in the following post (at least, the messages are […]