Update Python Port

kevr 2021-05-11 02:54:37 +00:00
parent 07e7328135
commit 8494b63db6

@ -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. 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 ## Getting Familiar
<div id="getting-familiar"></div> <div id="getting-familiar"></div>