I tested Node.JS and Socket.IO for several days. I'm interested in a real-time application, why am I testing Socket.IO, the problem is that I found a lot of problems in multiple browsers. Chrome always works, but IE and Firefox only a few times.
My question is: is there a way to move information from server to client without sockets (socket.io)? I do not want to set the interval in the client and verify that something changes on the server side every "n" seconds.
source share