Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 853 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 853 Bytes

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