mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Update Python Port
parent
07e7328135
commit
8494b63db6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
<div id="getting-familiar"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue