mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
Fix gunicorn description
This commit is contained in:
parent
98f9992e6c
commit
c64a0103ca
|
@ -1313,7 +1313,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
*WSGI-compatible web servers.*
|
*WSGI-compatible web servers.*
|
||||||
|
|
||||||
* [bjoern](https://github.com/jonashaag/bjoern) - Asynchronous, very fast and written in C.
|
* [bjoern](https://github.com/jonashaag/bjoern) - Asynchronous, very fast and written in C.
|
||||||
* [gunicorn](https://github.com/benoitc/gunicorn) - Pre-forked, partly written in C.
|
* [gunicorn](https://github.com/benoitc/gunicorn) - Pre-forked, ported from Ruby's Unicorn project.
|
||||||
* [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) - A project aims at developing a full stack for building hosting services, written in C.
|
* [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.
|
* [waitress](https://github.com/Pylons/waitress) - Multi-threaded, powers Pyramid.
|
||||||
* [werkzeug](https://github.com/pallets/werkzeug) - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
|
* [werkzeug](https://github.com/pallets/werkzeug) - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user