Hosted app link : https://mychat02-app.herokuapp.com/
This is application is a multi-client messaging platform to send messages and chat with you and your friends.
Clone the project
git clone https://github.com/jp20indian/MyChat-app.git
Go to the project directory
cd MyChat-app
Initialize NodeJs
npm init
Install dependencies
npm install express socket.io
Start the server
node server.js
Open https://mychat02-app.herokuapp.com/ on your browser Ask the client to open https://mychat02-app.herokuapp.com/ on their browser
Begin Chatting