Are there any additional considerations to make when designing a site structure if you plan to use persistent connection technologies?

Posted by Psytronic on Programmers See other posts from Programmers or by Psytronic
Published on 2012-10-23T06:38:52Z Indexed on 2012/10/23 11:18 UTC
Read the original article Hit count: 251

Filed under:
|
|

As the title states, I'm thinking of making a simple-card-game based website, using persistent connection technology (Something like signalR) for the actual game part of it.

I've never planned a site to use this technology, and wondering for those who have, are there any additional things that need to be taken into consideration for the site structure?

I'm planning on using the asp MVC framework for the whole thing, and starting off with some simple game (e.g. card based Rock/Paper/Scissors) for proof of concept (to see if I can get it working how I think it would in my head).

© Programmers or respective owner

Related posts about c#

Related posts about websites