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 flipflop. It's a simplified fork of flup (contains only the FastCGI part) and works fine with Python 3.