I've been learning node.js and socket.io, but I can't see how to use it without transferring everything over to node, which I'm not keen on doing. So my question is, is it at all possible to use node.js alongside PHP?
For example, say I wanted 99.9% of my site to be done in PHP, but I want to use node to display the current number of users online at the top of the page. Is this at all possible, how would I do it?