Chatbud is a Realtime Chat Application made using NodeJS and SocketIO.
Install NodeJS from https://nodejs.org/en/.
Install SocketIO using the following command in the terminal:
npm install -g socket.io
Install nodemon using the following command in the terminal:
npm install -g nodemon
Go to terminal, open location where project is saved , and run the following commands:
cd node-server
nodemon index.js