wsgi.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [wsgi]
www.codever.land/bookmarks/t/wsgi
bjoern
https://github.com/jonashaag/bjoern
Asynchronous, very fast and written in C.
- tags: python, wsgi
- :octocat: source code
gunicorn
https://github.com/benoitc/gunicorn
Pre-forked, partly written in C.
- tags: python, wsgi
- :octocat: source code
uWSGI
https://uwsgi-docs.readthedocs.io/en/latest/
A project aims at developing a full stack for building hosting services, written in C.
waitress
https://github.com/Pylons/waitress
Multi-threaded, powers Pyramid.
- tags: python, wsgi
- :octocat: source code
werkzeug
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
- :octocat: source code