Live Site - https://flash-chat-app-t7w2.onrender.com
Flash Chat App is a real-time chat application built using Node.js, Express, Websockets.
- Real-time chat functionality.
- Clone the repository:
git clone https://github.com/vednp/flash-chat-app.git
- Navigate to the project directory:
cd flash-chat-app
- Install dependencies:
npm install
- Start the application:
npm start
- Open your web browser and navigate to http://localhost:3000
- Provide a username and join a chat room
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes and commit them:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request.