Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.41 KB

LEARN.md

File metadata and controls

56 lines (33 loc) · 1.41 KB

LiveChatRoom

Description

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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/

Installing

  1. Clone the repository:
git clone https://github.com/Armancollab/LiveChatRoom.git
  1. Navigate to the project directory:
cd LiveChatRoom
  1. Install the required packages:
pip install -r requirements.txt

Running the Application

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!

Built With

  • Flask - The web framework used
  • Flask-SocketIO - Enables real-time communication between the server and the client

Author

License

This project is licensed under the Apache-2.0 license - see the LICENSE.md file for details