- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 226 for Gunicorn (0.09 sec)
-
docs/it/docs/index.md
``` </div> Per il rilascio in produzione, sarร necessario un server ASGI come <a href="http://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a> oppure <a href="https://github.com/pgjones/hypercorn" class="external-link" target="_blank">Hypercorn</a>. <div class="termy"> ```console $ pip install uvicorn[standard] ---> 100% ``` </div> ## Esempio ### Crea un file
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 19.2K bytes - Viewed (0) -
docs/en/docs/deployment/concepts.md
Here are some possible combinations and strategies: * **Uvicorn** with `--workers` * One Uvicorn **process manager** would listen on the **IP** and **port**, and it would start **multiple Uvicorn worker processes**. * **Kubernetes** and other distributed **container systems**
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Sep 18 16:09:57 UTC 2024 - 17.8K bytes - Viewed (0) -
docs/de/docs/how-to/conditional-openapi.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.8K bytes - Viewed (0) -
docs_src/debugging/tutorial001.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Mar 26 19:09:53 UTC 2020 - 223 bytes - Viewed (0) -
docs/em/docs/advanced/sub-applications.md
```Python hl_lines="11 19" {!../../docs_src/sub_applications/tutorial001.py!} ``` ### โ ๐ง ๐ ๏ธ ๐ฉบ ๐, ๐ `uvicorn` โฎ๏ธ ๐ ๐ฑ, ๐ฅ ๐ ๐ `main.py`, โซ๏ธ ๐: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.4K bytes - Viewed (0) -
docs/ko/docs/fastapi-cli.md
ํ๋ก๋์ ํ๊ฒฝ์์๋ `fastapi run` ๋ช ๋ น์ด๋ฅผ ์ฌ์ฉํฉ๋๋ค. ๐ ๋ด๋ถ์ ์ผ๋ก, **FastAPI CLI**๋ ๊ณ ์ฑ๋ฅ์, ํ๋ก๋์ ์ ์ ํฉํ, ASGI ์๋ฒ์ธ <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a>์ ์ฌ์ฉํฉ๋๋ค. ๐ ## `fastapi dev` `fastapi dev` ๋ช ๋ น์ ์คํํ๋ฉด ๊ฐ๋ฐ ๋ชจ๋๊ฐ ์์๋ฉ๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Oct 28 11:29:32 UTC 2024 - 6.8K bytes - Viewed (0) -
docs/em/docs/index.md
---> 100% ``` </div> ๐ ๐ ๐ช ๐ซ ๐ฝ, ๐ญ โ <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a> โ๏ธ <a href="https://github.com/pgjones/hypercorn" class="external-link" target="_blank">Hypercorn</a>. <div class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div> ## ๐ผ ### โ โซ๏ธ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 17.1K bytes - Viewed (0) -
docs/he/docs/index.md
---> 100% ``` </div> ืชืฆืืจืื ืื ืฉืจืช ASGI ืืืื <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a> ืื <a href="https://github.com/pgjones/hypercorn" class="external-link" target="_blank">Hypercorn</a>. <div dir="ltr" class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div> ## ืืืืื ### ืฆืจื ืืืชื
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21.2K bytes - Viewed (0) -
docs/pt/docs/advanced/sub-applications.md
{!../../docs_src/sub_applications/tutorial001.py!} ``` ### Verifique a documentaรงรฃo automรกtica da API Agora, execute `uvicorn` com a aplicaรงรฃo principal, se o seu arquivo for `main.py`, seria: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.2K bytes - Viewed (0) -
docs/en/docs/index.md
Used by FastAPI / Starlette: * <a href="https://www.uvicorn.org" target="_blank"><code>uvicorn</code></a> - for the server that loads and serves your application. This includes `uvicorn[standard]`, which includes some dependencies (e.g. `uvloop`) needed for high performance serving. * `fastapi-cli` - to provide the `fastapi` command.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 20.4K bytes - Viewed (0)