📜  python wsgi - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:08.693000             🧑  作者: Mango

代码示例2
--- Disclaimer ---
Some of these like Gunicorn, Nginx, uWSGI won't work on windows.
The only WSGI server that I know that work on windows is waitress.

List of WSGI servers you could use:
  - Gunicorn
  - Waitress (I recommend this for windows users)
  - uWSGI
  - Nginx
  - Django (It's built in with WSGI)
  - Apache