📌  相关文章
📜  wsgi python flask - 任何代码示例

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

代码示例1
WSGI servers for flask include the following (but not limited to):
    - Gunicorn (I reccomend this for linux/mac users)
    - uWSGI
    - Waitress (The only WSGI server I know that supports windows)