marprin / falcon

Learning Falcon framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Using Waitress

waitress-serve --port=8000 app:app

Testing Using Gunicorn

gunicorn app:app -b 0.0.0.0:8000

About

Learning Falcon framework


Languages

Language:Python 100.0%