Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.6 KB

wsgi.md

File metadata and controls

38 lines (32 loc) · 1.6 KB

Bookmarks tagged [wsgi]

https://github.com/jonashaag/bjoern

Asynchronous, very fast and written in C.


https://github.com/benoitc/gunicorn

Pre-forked, partly written in C.


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.


https://github.com/pallets/werkzeug

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