From aeffb00f983aefe76ab396cd737a2928d3038e3d Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> Date: Fri, 25 Aug 2017 13:23:49 +0300 Subject: [PATCH 1/2] Add Cheroot to WSGI servers list It's a WSGI server, factored out of CherryPy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cdc64a..683a920 100644 --- a/README.md +++ b/README.md @@ -1146,7 +1146,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *WSGI-compatible web servers.* * [bjoern](https://pypi.python.org/pypi/bjoern) - Asynchronous, very fast and written in C. -* [fapws3](http://www.fapws.org/) - Asynchronous (network side only), written in C. +* [Cheroot](https://pypi.python.org/pypi/cheroot) - Multi-threaded, high-performance, pure-Python HTTP server used by [CherryPy](#web-frameworks). +* [fapws3](http://www.fapws.org/) - Asynchronous (networkn side only), written in C. * [gunicorn](https://pypi.python.org/pypi/gunicorn) - Pre-forked, partly written in C. * [meinheld](https://pypi.python.org/pypi/meinheld) - Asynchronous, partly written in C. * [netius](https://github.com/hivesolutions/netius) - Asynchronous, very fast. -- GitLab From cae9405197460d3ca78349fb9858175706db13ff Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> Date: Fri, 25 Aug 2017 13:25:26 +0300 Subject: [PATCH 2/2] Fix accidental typo in fapws3 description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683a920..5a68810 100644 --- a/README.md +++ b/README.md @@ -1147,7 +1147,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [bjoern](https://pypi.python.org/pypi/bjoern) - Asynchronous, very fast and written in C. * [Cheroot](https://pypi.python.org/pypi/cheroot) - Multi-threaded, high-performance, pure-Python HTTP server used by [CherryPy](#web-frameworks). -* [fapws3](http://www.fapws.org/) - Asynchronous (networkn side only), written in C. +* [fapws3](http://www.fapws.org/) - Asynchronous (network side only), written in C. * [gunicorn](https://pypi.python.org/pypi/gunicorn) - Pre-forked, partly written in C. * [meinheld](https://pypi.python.org/pypi/meinheld) - Asynchronous, partly written in C. * [netius](https://github.com/hivesolutions/netius) - Asynchronous, very fast. -- GitLab