I am designing a game, where two users at a time are provided with same questions one after other. However each user has to wait until the other user also answers that particular question. Once both the users answer that question, they will be displayed with new question simultaneously. I would like to dos this preferably in PHP,AJAX etc.. technologies as i can get free servers with these technologies. Some help on how to achieve this is appreciated.
Asked
Active
Viewed 88 times
0
-
What have you researched so far? – dmcnelis Jul 24 '11 at 23:26
-
This is quite a broad question. Try to ask more specific questions please, I think. – Lightness Races in Orbit Jul 24 '11 at 23:42
1 Answers
1
I'd check into Comet or a similar open-connection method (otherwise you're stuck with setInterval polling or something similar). PHP may or may not be a good fit, depending on your deployment... possibly relevant discussion here:
-
-
Is there anything that can be used to do this efficiently.. like C#? – Mani Kiran Jul 25 '11 at 00:39