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