A real-time chat application built using Express.js, Socket.IO, and React.js. Fast, responsive, and fun β JustChat lets you talk to anyone in real time.
- Frontend: React.js (Vite or CRA)
- Backend: Express.js (Node.js)
- WebSockets: Socket.IO
- Styling: Tailwind CSS (optional)
- Communication: Full-duplex via WebSocket
βββ client/ # React frontend β βββ public/ β βββ src/ β β βββ components/ β β βββ App.jsx β β βββ main.jsx β βββ package.json βββ server/ # Express backend β βββ index.js β βββ package.json βββ README.md render: https://chat-app-ydlf.onrender.com netlify: https://justchata.netlify.app/