Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 761 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 761 Bytes

chat-app

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.

Technologies

Local setup

  • 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.