Skip to content

Latest commit

 

History

History
executable file
·
6 lines (5 loc) · 193 Bytes

File metadata and controls

executable file
·
6 lines (5 loc) · 193 Bytes

Basic WSGI App

Run server: FLASK_APP=basic_app.py flask run

Blocking App

Run server: FLASK_APP=blocking_app.py flask run Run in two separate terminal tabs http :5000 --timeout=1