The client is served automatically by the Node.JS server. In your <head> tag of your HTML, include:
<head>
<script src="http:<uri:port>/socket.io/socket.io.js"></script>
If your web app and socket.io are on the server server and port, you can simply include:
<script src="/socket.io/socket.io.js"></script>
There was an error while loading. Please reload this page.