LiveChatRoom is a real-time chat application built using Flask and Flask-SocketIO. It allows users to create or join chat rooms, send messages, and see who else is in the room.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Python installed on your machine. If you haven't installed it yet, you can download it from the official website: https://www.python.org/downloads/
- Clone the repository:
git clone https://github.com/Armancollab/LiveChatRoom.git
- Navigate to the project directory:
cd LiveChatRoom
- Install the required packages:
pip install -r requirements.txt
To run the application, execute the following command in the terminal:
python main.py
Now, open your web browser and go to http://localhost:5000 to start chatting!
- Flask - The web framework used
- Flask-SocketIO - Enables real-time communication between the server and the client
- Mohammad Arman - Initial work - Armancollab
This project is licensed under the Apache-2.0 license - see the LICENSE.md file for details