Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 349 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 349 Bytes

python-flask-vue-socket-chat

Basic Python Flask Real-time Vue.js SocketIO Chat Application

Require: Python >= 3.8

Install requirement python libs.

$ pip install -r requirements.txt

Start server

$ python3 app.py

Open url: http://127.0.0.1:9000

Start with docker

$ docker-compose up

Open url http://127.0.0.1:3000