0
kicks
Using SignalR with .Net client - Ran Wahle's blog
In my previous post I demonstrated how to use SignalR with javascript client.
After this post, I got an email from my extremely talented colleague
Bnaya Eshet asking if there’s a way to to SignalR with .Net client.
I said “yes” of course so now I want to demonstrate how to do it.
The server side code is the same as in my previous post, this is just
another client example.