install waitress

C++
pip install waitressfrom waitress import serve
serve(wsgiapp, listen='*:8080')

Source

Also in C++: