A simple real-time chat app for instant messaging. Live Link - https://real-time-chat-application-opal.vercel.app/
- Real-time messaging
- Multiple users can chat together
- Node.js
- WebSocket
- React
- TailwindCSS
git clone https://github.com/Ankushkr14/Real-Time-Chat-Application.git
cd Real-Time-Chat-ApplicationCreate a .env file in the root directory of the project and add the following line to set the backend URL:
VITE_BACKEND_URL=http://localhost:8080cd client
npm install
npm run devcd server
npm install
npm run dev- Open your browser at
http://localhost:3000 - Start chatting