2017-11-03 11:57:12 +01:00
2017-11-03 11:52:17 +01:00
2017-11-03 11:52:17 +01:00
2017-11-03 11:52:17 +01:00
2017-11-03 11:52:17 +01:00
2017-11-03 11:57:12 +01:00
2017-11-03 11:52:17 +01:00

Flask chat

Use

  • Flask (Obvious!)
  • Flask-SQLAlchemy (ORM for database)
  • Flask-socketio (Generation of forms and validations)

Install

pip3 install -r requirements.txt
python3 models.py db init
python3 models.py db migrate
python3 models.py db upgrade

Run

python3 main.py
Description
Flask chat example with Socketio and Vuejs
Readme 98 KiB
Languages
HTML 50.9%
Python 47.3%
CSS 1.8%