FastCGI WSGI library in Python 3?

前端 未结 5 890
傲寒
傲寒 2021-02-19 01:52

Does there exist any library that can serve a WSGI application as a FastCGI server, for Python 3? (So that nginx could then proxy requests to it?)

The Python 3 docs ment

5条回答
  •  逝去的感伤
    2021-02-19 02:17

    You can use flipflop. It's a simplified fork of flup (contains only the FastCGI part) and works fine with Python 3.

提交回复
热议问题