A chat application like discord where different users can join various chatrooms and hang out. This application also has additional feature of sharing location.
- Deployed live chat application: chatter 🐥
The project is made using NodeJS, Express js, and socket.io.
- Run
npm install
to install all the node dependencies. - Enter
npm run start
to start the server on the specified port (default 3000) ornpm run dev
to start the nodemon server.