I have a page that connects to the node.js server and uses socket.io.
Here's my basic outline...
loop { doSomeCodeHere; } //socket.io code here (i know this part)
So basically I need both to function at the same time, any suggestions?