This project demonstrates a simple real-time chat application using Socket.IO, Express (Node.js) for the backend, and React with Tailwind CSS for the frontend.
- Frontend: React + Tailwind CSS + Socket.IO Client
- Backend: Node.js + Express + Socket.IO
- Communication: WebSockets using Socket.IO
- Real-time messaging between clients
- Join specific chat rooms
- Message broadcasting within rooms
- Socket connection and disconnection logs
git clone https://github.com/yourusername/socketio-intro.git
setup client
cd client
npm i
npm run dev
//set up server
cd ..
cd server
npm i
npm run dev
