Chit Chat is a multiroom chat application built with socket.io, nodejs and reactjs.
- Realtime chat with socket.io 🚀
- Multiroom chat 💬
- Emoji selector 😍
- Persistent connection with session storage 📶
- User alerts eg. user entered chat, user left room 🚨
Clone the respository then follow the steps below.
To run the server:
cd chit-chat
npm install
npm start
To run the client:
cd client
npm install
npm start
Then open http://localhost:3000 to see the app.
MIT