Possible Duplicate:
Can't find socket.io.js
Well when using socket.io you need to include the client side using
<script type="text/javascript" src="socket.io/socket.io.js"></script>
But where do I find the "socket.io.js" I need to put into the /socket.io/ folder for the clients?