This is a simple chat application built with Express.js and Socket.IO.
-
Clone the repository:
git clone https://github.com/your-username/your-repository.git
-
Navigate to the project directory:
cd Chat-App
-
Install dependencies:
npm install
-
Start the server:
npm run start
-
Open your web browser and go to http://localhost:3500.
- Real-time messaging with WebSocket.
- User typing indication.
- Responsive design.
- Node.js
- Express.js
- Socket.IO