An open API service indexing awesome lists of open source software.

https://github.com/sethblack/gunicorn-lesson

Quick how-to for gunicorn
https://github.com/sethblack/gunicorn-lesson

gunicorn gunicorn-web-server python python3 tutorial

Last synced: about 1 year ago
JSON representation

Quick how-to for gunicorn

Awesome Lists containing this project

README

          

# Gunicorn Lesson

`python3 -m venv .`

`source bin/activate`

`pip3 install -r requirements.txt`

`gunicorn server:app`