Changed index.js to add WebSockets to the server Changed index.html to add WebSockets to the client Install ws (web sockets) module
Created index.html, the main html page Created index.js, the html server Added packages and settings