I\'ve been testing Node.JS and Socket.IO for a couple of days. I\'m interested in a real-time application that\'s why I\'m testing Socket.IO, problem is I found many problem
You can try long-polling. It's relatively simple and it'll work in almost any browser. Check this out:
http://jsguy.com/?p=103
Hope this helps