Real-time chat web using NodeJS, Express and Socket.IO on the backend, and Next.JS with Tailwind CSS on the frontend. This project enables instant messaging and supports features like chat rooms.
git clone https://github.com/alvarovalverde03/websockets-chat.git
cd websockets-chat
cd ./backend
npm install
npm run dev
cd ./frontend
npm install
npm run dev
Feel free to open issues or submit pull requests!