A real-time chat application built with Node.js, Express, and WebSockets for seamless communication. The frontend is designed using HTML, CSS, and JavaScript.
- Real-time messaging between users
- Responsive user interface
- WebSocket-based communication
- Scalable server architecture
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express
- WebSockets: For real-time messaging
- Deployment: Local or Cloud
chat-application/
├── client/
│ ├── client.js
│ ├── index.css
│ └── index.html
├── server/
│ ├── .gitignore
│ ├── index.js
│ ├── package.json
│ ├── package-lock.json
│ └── node_modules/
└── README.md
- Clone the repository:
git clone https://github.com/Harsha022005/Chat-application.git
- Navigate to the project directory:
cd chat-application - Install dependencies:
cd server npm install
- Start the server:
node index.js
- Open
index.htmlin your browser to access the chat application.
- Fork the project
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit:
git commit -m "Add new feature" - Push to the branch:
git push origin feature-name
- Open a pull request