Skip to content

Instantly share code, notes, and snippets.

View shimakaze-git's full-sized avatar

shimakaze-git shimakaze-git

View GitHub Profile
@FND
FND / README.md
Last active May 4, 2021 06:54
Falcon WSGI application with asyncio

Getting Started

$ pip install falcon
$ python3 app.py

alternatively with Gunicorn (for HTTP/1.1):

$ pip install gunicorn

$ gunicorn app:app