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
You can use flup-py3 to solve this problem, as :
flup-py3
pip3 install flup-py3
You may need super user privilge to execute this command.