SignalR as a Game Server
asp.net, c#, signalr
Solution
There is a game written in SignalR - SignalR ShootR
You can take a look at the source code here - SignalR ShootR Source Code
Problem
I have a board game application that I would like to add multiplayer options, I'm considering using SignalR to do a persistant connection. I'm wondering whether anyone has done something like this, or whether there is an opensource project available that I can have a look at ?