✨App in production at https://angel-chat-app.herokuapp.com/
This chat demo app has been built using Socket.io, Express on the backend and vanilla JavaScript on the frontend.
Within the app you will be able to:
- Send messages in real time.
- Create different chat rooms.
- Share your location.
- See the people who has joined the chat room.
- Download or clone the project
- Install the dependencies with
npm install
- Start the project with
npm run start
. - Open http://localhost:3000 in your browser.