From f8dffbd7e3ac363a8f3a9cfe6436fc71cc0730c6 Mon Sep 17 00:00:00 2001 From: vovanz Date: Sun, 24 May 2015 18:30:36 +0500 Subject: [PATCH] Add uWSGI to WSGI servers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f52f337..af60c82 100644 --- a/README.md +++ b/README.md @@ -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.*