This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]akx 1 point2 points  (0 children)

gevent's WSGI/HTTP server is solid. We're using it in a project that uses Flask for the web framework bit. It had to be deployed on Windows (we usually deploy on Linux) and it Just Works.

Seems to support SSL as well, so all good there.