আপনার একটি ASGI সার্ভারেরও প্রয়োজন হবে, প্রোডাকশনের জন্য <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> অথবা <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
আপনার একটি ASGI সার্ভারেরও প্রয়োজন হবে, প্রোডাকশনের জন্য <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> অথবা <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
@ -5,7 +5,7 @@ Das Wichtigste, was Sie zum Ausführen einer **FastAPI**-Anwendung auf einer ent
Es gibt 3 Hauptalternativen:
Es gibt 3 Hauptalternativen:
* <ahref="https://www.uvicorn.org/"class="external-link"target="_blank">Uvicorn</a>: ein hochperformanter ASGI-Server.
* <ahref="https://www.uvicorn.org/"class="external-link"target="_blank">Uvicorn</a>: ein hochperformanter ASGI-Server.
* <ahref="https://pgjones.gitlab.io/hypercorn/"class="external-link"target="_blank">Hypercorn</a>: ein ASGI-Server, der unter anderem mit HTTP/2 und Trio kompatibel ist.
* <ahref="https://hypercorn.readthedocs.io/"class="external-link"target="_blank">Hypercorn</a>: ein ASGI-Server, der unter anderem mit HTTP/2 und Trio kompatibel ist.
* <ahref="https://github.com/django/daphne"class="external-link"target="_blank">Daphne</a>: Der für Django Channels entwickelte ASGI-Server.
* <ahref="https://github.com/django/daphne"class="external-link"target="_blank">Daphne</a>: Der für Django Channels entwickelte ASGI-Server.
## Servermaschine und Serverprogramm
## Servermaschine und Serverprogramm
@ -43,7 +43,7 @@ Sie können einen ASGI-kompatiblen Server installieren mit:
=== "Hypercorn"
=== "Hypercorn"
* <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>, ein ASGI-Server, der auch mit HTTP/2 kompatibel ist.
* <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>, ein ASGI-Server, der auch mit HTTP/2 kompatibel ist.
Sie benötigen außerdem einen <abbrtitle="Asynchronous Server Gateway Interface – Asynchrone Server-Verbindungsschnittstelle">ASGI</abbr>-Server. Für die Produktumgebung beispielsweise <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> oder <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
Sie benötigen außerdem einen <abbrtitle="Asynchronous Server Gateway Interface – Asynchrone Server-Verbindungsschnittstelle">ASGI</abbr>-Server. Für die Produktumgebung beispielsweise <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> oder <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
@ -65,7 +65,7 @@ The main thing you need to run a **FastAPI** application (or any other ASGI appl
There are several alternatives, including:
There are several alternatives, including:
* <ahref="https://www.uvicorn.org/"class="external-link"target="_blank">Uvicorn</a>: a high performance ASGI server.
* <ahref="https://www.uvicorn.org/"class="external-link"target="_blank">Uvicorn</a>: a high performance ASGI server.
* <ahref="https://pgjones.gitlab.io/hypercorn/"class="external-link"target="_blank">Hypercorn</a>: an ASGI server compatible with HTTP/2 and Trio among other features.
* <ahref="https://hypercorn.readthedocs.io/"class="external-link"target="_blank">Hypercorn</a>: an ASGI server compatible with HTTP/2 and Trio among other features.
* <ahref="https://github.com/django/daphne"class="external-link"target="_blank">Daphne</a>: the ASGI server built for Django Channels.
* <ahref="https://github.com/django/daphne"class="external-link"target="_blank">Daphne</a>: the ASGI server built for Django Channels.
## Server Machine and Server Program
## Server Machine and Server Program
@ -107,7 +107,7 @@ But you can also install an ASGI server manually:
=== "Hypercorn"
=== "Hypercorn"
* <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>, an ASGI server also compatible with HTTP/2.
* <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>, an ASGI server also compatible with HTTP/2.
También vas a necesitar un servidor ASGI para producción cómo <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> o <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
También vas a necesitar un servidor ASGI para producción cómo <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> o <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
نصب یک سرور پروداکشن نظیر <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> یا <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a> نیز جزء نیازمندیهاست.
نصب یک سرور پروداکشن نظیر <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> یا <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a> نیز جزء نیازمندیهاست.
תצטרכו גם שרת ASGI כגון <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> או <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
תצטרכו גם שרת ASGI כגון <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> או <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
Per il rilascio in produzione, sarà necessario un server ASGI come <ahref="http://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> oppure <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
Per il rilascio in produzione, sarà necessario un server ASGI come <ahref="http://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> oppure <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
프로덕션을 위해 <ahref="http://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> 또는 <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>과 같은 ASGI 서버도 필요할 겁니다.
프로덕션을 위해 <ahref="http://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> 또는 <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>과 같은 ASGI 서버도 필요할 겁니다.
Na serwerze produkcyjnym będziesz także potrzebował serwera ASGI, np. <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> lub <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
Na serwerze produkcyjnym będziesz także potrzebował serwera ASGI, np. <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> lub <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
Você também precisará de um servidor ASGI para produção, tal como <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> ou <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
Você também precisará de um servidor ASGI para produção, tal como <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> ou <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
* <ahref="https://pgjones.gitlab.io/hypercorn/"class="external-link"target="_blank">Hypercorn</a>: ASGI сервер, помимо прочего поддерживающий HTTP/2 и Trio.
* <ahref="https://hypercorn.readthedocs.io/"class="external-link"target="_blank">Hypercorn</a>: ASGI сервер, помимо прочего поддерживающий HTTP/2 и Trio.
* <ahref="https://github.com/django/daphne"class="external-link"target="_blank">Daphne</a>: ASGI сервер, созданный для Django Channels.
* <ahref="https://github.com/django/daphne"class="external-link"target="_blank">Daphne</a>: ASGI сервер, созданный для Django Channels.
Вам также понадобится сервер ASGI для производства, такой как <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> или <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
Вам также понадобится сервер ASGI для производства, такой как <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> или <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
Uygulamamızı kullanılabilir hale getirmek için <ahref="http://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> ya da <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a> gibi bir ASGI sunucusuna ihtiyacımız olacak.
Uygulamamızı kullanılabilir hale getirmek için <ahref="http://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> ya da <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a> gibi bir ASGI sunucusuna ihtiyacımız olacak.
Вам також знадобиться сервер ASGI для продакшину, наприклад <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> або <ahref="https://gitlab.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.
Вам також знадобиться сервер ASGI для продакшину, наприклад <ahref="https://www.uvicorn.org"class="external-link"target="_blank">Uvicorn</a> або <ahref="https://github.com/pgjones/hypercorn"class="external-link"target="_blank">Hypercorn</a>.