From 2a2ded63953fd925e364f46f58c85fe2eb1b6b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 2 May 2024 15:30:08 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20note=20about=20Uvicorn=20a?= =?UTF-8?q?s=20the=20high-performance=20server=20running=20underneath?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae5d511..f6d05a3 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ FastAPI CLI takes the path to your Python program and automatically detects the For production you would use `fastapi run` instead. 🚀 +Internally, **FastAPI CLI** uses Uvicorn, a high-performance, production-ready, ASGI server. 😎 + ## `fastapi dev` When you run `fastapi dev`, it will run on development mode.