- User just can join one room.
- A room can include many Users.
- A User can send any message or icon.
- Show time of each message.
- Show current room and current users in room chat.
This project uses :
- Clone the repository.
git clone https://github.com/Ritika1800/Real-Time-Chat-App.git
- Install dependencies to your app by running
npm install
- Start the Application.
npm start
- Open your favourite browser and type
http://localhost:3000/
Happy Coding:)