Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I am currently developing an online game where two players can play against each other (something like Who Wants to Be a Millionaire?). And I would like to implement an asynchronous service so those two players can send asnwers to each other (and I don't want them to wait) but I don't know where to start, what is the best solution for such a problem?

I am using Spring as a backend and pure JSPs and jQuery on frontend. So after little research I came to Atmosphere framework, is this what I want?Or maybe some JS based solution like Socket.IO would work too?

share|improve this question

closed as not constructive by Byte56, Josh Petrie, Patrick Hughes, Anko, msell Apr 26 at 7:21

As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.