Skip to content

Commit 536f365

Browse files
authored
šŸ“ Add note about Uvicorn as the high-performance server running underneath (#9)
1 parent b0f88f1 commit 536f365

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ā€ŽREADME.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ FastAPI CLI takes the path to your Python program and automatically detects the
8282

8383
For production you would use `fastapi run` instead. šŸš€
8484

85+
Internally, **FastAPI CLI** uses <a href="" class="external-link" target="_blank">Uvicorn</a>, a high-performance, production-ready, ASGI server. šŸ˜Ž
86+
8587
## `fastapi dev`
8688

8789
When you run `fastapi dev`, it will run on development mode.

0 commit comments

Comments
Ā (0)