0

Here is the situation. I would like to develop a game based on content delivered by MediaWiki. MediaWiki is PhP based and has MySQL as database. So far, I did the client side animations using JavaScript and jQuery.

The game doesn't have to be strictly real-time. I simply want to be notified when the person I am playing against makes a move, within a second or two.

Do you have suggestions about suitable approaches I might want to consider?

1
  • 1
    look up comet ajax techniques Commented Jul 30, 2011 at 7:51

1 Answer 1

1

If you are into new programming approaches, you also may be interested in node.js and the whole WebSockets thing. This video on YouTube gives you an idea of what you can do with WebSockets (also check out the related ones).

Sign up to request clarification or add additional context in comments.

2 Comments

According to Wikipedia, WebSockets are disabled by default on Firefox. It seems most browsers don't support WebSockets. Is that still true?
@Randomblue Good point, but AFAIK, it's not true since the beta of FireFox 4 anymore.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.