8000 Fix gunicorn description · lmatt-bit/awesome-python@c64a010 · GitHub
[go: up one dir, main page]

Skip to content

Commit c64a010

Browse files
committed
Fix gunicorn description
1 parent 98f9992 commit c64a010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
13131313
*WSGI-compatible web servers.*
13141314

13151315
* [bjoern](https://github.com/jonashaag/bjoern) - Asynchronous, very fast and written in C.
1316-
* [gunicorn](https://github.com/benoitc/gunicorn) - Pre-forked, partly written in C.
1316+
* [gunicorn](https://github.com/benoitc/gunicorn) - Pre-forked, ported from Ruby's Unicorn project.
13171317
* [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) - A project aims at developing a full stack for building hosting services, written in C.
13181318
* [waitress](https://github.com/Pylons/waitress) - Multi-threaded, powers Pyramid.
13191319
* [werkzeug](https://github.com/pallets/werkzeug) - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.

0 commit comments

Comments
 (0)
0