This is a chat application.
It demonstrates:
- Real-time chat UI
- Backend API for handling messages
- Websockets
- Simple Node.js + Express backend
- react frontend
- Clone the repository:
git clone <your-repo-link> cd <your-repo> npm install npm run dev
- In chat-app change const client URL to running local host