This is a code example of TUMO's Programming 3 Final Project
Use the node package manager npm to install the project modules.
npm install
It will install express.js and socket.io
After that you can run the server by running.
npm start
Server will start on port 3000