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
There is now module called flup6. Install it using pip
flup6
pip
./pip install flup6