From 8494b63db6b438d0deade6893a513e8c0b9c486f Mon Sep 17 00:00:00 2001 From: kevr Date: Tue, 11 May 2021 02:54:37 +0000 Subject: [PATCH] Update Python Port --- Python-Port.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python-Port.md b/Python-Port.md index 19d3400..8ac0608 100644 --- a/Python-Port.md +++ b/Python-Port.md @@ -55,7 +55,7 @@ With all that being done, you can now launch an ASGI server daemon and browse Fa Now, an HTTP server should be running at http://127.0.0.1:8000, where you can browse and explore the project. -**NOTE:** `hypercorn` can be used in place of `uvicorn` here if you wish. +**NOTE:** `uvicorn` is a bit more friendly for development, while `hypercorn` has massive transport improvements for production. They can be used interchangeably, but `hypercorn` is recommended for production. ## Getting Familiar