Bookmarks tagged [wsgi]
https://github.com/jonashaag/bjoern
Asynchronous, very fast and written in C.
- tags: python, wsgi
- source code
https://github.com/benoitc/gunicorn
Pre-forked, partly written in C.
- tags: python, wsgi
- source code
https://uwsgi-docs.readthedocs.io/en/latest/
A project aims at developing a full stack for building hosting services, written in C.
https://github.com/Pylons/waitress
Multi-threaded, powers Pyramid.
- tags: python, wsgi
- source code
https://github.com/pallets/werkzeug
A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
- tags: python, wsgi
- source code