This is a simple chat application built using Node.js, Express, and Socket.IO. The application allows users to send and receive messages in real-time.
- Real-time Messaging: Users can send and receive messages instantly.All users connected to the chat room will receive the message in real-time.
- Responsive Design: The application is styled using Tailwind CSS for a responsive and modern look.
- Node.js
- npm (Node Package Manager)
- git
-
Clone the repository:
git clone https://github.com/hitansh-thakur/chat-app.git cd chat-app
-
Go to Client Directory:
cd client npm install npm run dev
-
Go to Server Directory:
cd server npm install nodemon
-
Open your browser:
The application should now be running at
http://localhost:5173
.
- Hitansh Thakur
Distributed under the MIT License. See LICENSE
for more information.