1--- Disclaimer ---
2Some of these like Gunicorn, Nginx, uWSGI won't work on windows.
3The only WSGI server that I know that work on windows is waitress.
4
5List of WSGI servers you could use:
6 - Gunicorn
7 - Waitress (I recommend this for windows users)
8 - uWSGI
9 - Nginx
10 - Django (It's built in with WSGI)
11 - Apache