Skip to content

rajshah5599/one-to-many-chat-python-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

one-to-many-chat-python-websocket

This is a simple chat application built using Flask and SocketIO.

Prerequisites

  • Python 3.x
  • Flask
  • Flask-SocketIO
  • Flask-MySQLdb
  • MySQL

Setup

  1. Clone the repository:
git clone https://github.com/rajshah5599/one-to-many-chat-python-websocket.git
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up your MySQL database and configure the connection details in app.py.

  2. Run the Flask application:

python app.py

Usage

  1. Access the application in your browser:
  1. Start chatting!

Features

  • Real-time messaging using SocketIO.
  • Messages are stored in a MySQL database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published