From cdde846e575c98d1316b1857b933bfeabf159580 Mon Sep 17 00:00:00 2001 From: kizError Date: Wed, 25 Mar 2020 23:44:30 +0800 Subject: [PATCH] Update intro.rst (#450) --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.rst b/docs/intro.rst index 7f58c01..955767b 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -133,7 +133,7 @@ Server Features - Supports large number of clients even on modest hardware due to being asynchronous. - Can be hosted on any `WSGI `_ and - `ASGI `_ web servers includind + `ASGI `_ web servers including `Gunicorn `_, `Uvicorn `_, `eventlet `_ and `gevent `_. - Can be integrated with WSGI applications written in frameworks such as Flask, Django,