This is a realtime chat application built using React, express and socket.io
- Chat with your friends individually.
- Chat in a room using room-id.
- To run this application on your device clone the repository.
- Change directory to server and run:
npm install
npm start- Then cd to client directory and run:
node index.js