Add uWSGI to WSGI servers

This commit is contained in:
vovanz 2015-05-24 18:30:36 +05:00
parent d6929f5918
commit f8dffbd7e3

View File

@ -762,7 +762,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [fapws3](http://www.fapws.org/) - Asynchronous (network side only), written in C.
* [meinheld](http://pypi.python.org/pypi/meinheld) - Asynchronous, partly written in C.
* [bjoern](http://pypi.python.org/pypi/bjoern) - Asynchronous, very fast and written in C.
* [uwsgi](https://uwsgi-docs.readthedocs.org/en/latest/) - fast and very configurable WSGI web server, written in C.
## RPC Servers
*RPC-compatible servers.*