I am using the example from the Socket.IO homepage (http://socket.io/). It works and everything, but there is a huge delay between the time data is sent, and when that data
What browser are you using? Socket.IO degrades down to polling, which would be much slower than native browser web sockets or flash polling.