Skip to content

msindev/Chat-App-Flask-SocketIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealTime Chat App - Flask, SocketIO

This is a simple chat application which uses Python, Flask and Socket IO.

Youtube Tutorial Series

Installation

  1. Clone the repository.
  2. Install all the required libraries by running the following command

pip install -r requirements.txt

Run

Execute the application by

python app.py

Screenshots

Login Screenenter image description here Chat Windowenter image description here