📝 Add Hypercorn as an alternative ASGI server (#187)

This commit is contained in:
Sebastián Ramírez authored and GitHub committed 2019-04-26 19:26:38 +04:00
1 parent 3bbd38313b
commit ada1ecdb00
5 files changed
+94 -16

No files matched your search

+1 -1
View File
@@ -82,7 +82,7 @@ FastAPI stands on the shoulders of giants:
$ pip install fastapi
```
You will also need an ASGI server, for production such as <a href="http://www.uvicorn.org" target="_blank">uvicorn</a>.
You will also need an ASGI server, for production such as <a href="http://www.uvicorn.org" target="_blank">Uvicorn</a> or <a href="https://gitlab.com/pgjones/hypercorn" target="_blank">Hypercorn</a>.
```bash
$ pip install uvicorn