Python WSGI Servers

Back

1. bjoern

Asynchronous, very fast and written in C.

2. gunicorn

Pre-forked, ported from Ruby's Unicorn project.

3. uWSGI

A project aims at developing a full stack for building hosting services, written in C.

4. waitress

Multi-threaded, powers Pyramid.

5. werkzeug

A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.