An implementation of https://socket.io for real-time chatting
- Make sure Node.JS is installed.
- run command for dependecies from terminal: "npm install --save "
- to run the app command from terminal: "node index.js"
- Open http://localhost:3000/ from your browser
- done ;)