A real-time chat application implemented in Node.js/Express.js, using the websocket protocol.
The app allows users to easily join to an existing room or create new one in order to chat in real time with other users, and also allows to share current location through the browser Geolocation API. It was deployed to Heroku.
- Clone the repo:
git clone https://github.com/TulioMolina/chat-app.git
- Install dependencies:
npm install
- Run locally on port 3000:
npm run dev
Deployed app at this link.