A chat application in Node.js This is the source code for a very simple chat example based on Socket.IO To get this application up and running: Install Node Type npm install the first time to get the application's dependencies Type node app to start the server Go to http://localhost:3000 in your browser