Skip to content

tuliomolina/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A real-time chat application implemented in Node.js, using the websocket protocol.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published