This application implements a web-based chat system using Flask and Flask-SocketIO libraries. It allows users to join chat rooms, send and receive messages dynamically, and manage chat rooms.
Run the following command to install the required libraries:
pip install Flask Flask-SocketIO
Once the dependencies are installed, you can run the web chat server by executing the main application script:
python app.py