This is a web application made using nodejs and its socketIO library. It has simple features like send users current location , multiple people can join the same room , others will be notified about any person who has joined the room.
- NodeJS
- Npm
Clone the project
git clone https://github.com/creyente1897/chat-app.git
cd chat-app
Installing node modules (dependencies)
npm install
Running the project
node server/server.js
You can also use nodemon
nodemon server/server.js
Now you can open the project on localhost:3000