A real time chat application made with modern technologies, ReactJS, NodeJS, and Socketio.
- Join chat based on rooms like Js,Python,Java etc 👍 ✔️
- Send message to group in real time 📤 📥
- Share Funny Emoji like facebook massenger 😄 😊 🤑
#install dependecies in server side
cd server
npm install
#install dependecies in client side
cd client
npm install
#Start the server
cd server
npm run dev
#Start the client side app
cd client
npm start