flask-chat-app

A chat app with private messaging feature(WIP), implemented using Flask-SocketIO.

Setup

  • Clone / Download this repository
  • Setup a virtual environment (Optional, but recommended)
python3 -m venv venv
  • Activate a virtual environment
source venv/bin/activate
  • Install requirements
pip3 install -r requirements.txt
  • Start the server
python3 main.py
  • Go to http://localhost:5000 on your browser.