Skip to content

sameshl/flask-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published