Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 381 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 381 Bytes

Group Chat

Group Chat is a chat app that makes it easy to group up with people you want to chat.

This app is built using NodeJS, Socket.io

How to run the project?

  1. Clone this repository in your local system.
  2. Open the terminal from your project directory and run the command npm start.
  3. Open this http://127.0.0.1:3000 URL in your browser.
  4. Hurray! That's it.