🌐 Add Korean translation for docs/ko/docs/deployment/manually.md#5594
Closed
rladh06 wants to merge 6 commits intofastapi:masterfrom
Closed
🌐 Add Korean translation for docs/ko/docs/deployment/manually.md#5594rladh06 wants to merge 6 commits intofastapi:masterfrom
docs/ko/docs/deployment/manually.md#5594rladh06 wants to merge 6 commits intofastapi:masterfrom
Conversation
Contributor
Closed
docs/ko/docs/deployment/manually.md
Contributor
Contributor
Member
junah201
reviewed
Mar 26, 2024
|
|
||
| 여기 3가지 방법이 있습니다.: | ||
|
|
||
| * <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>: a high performance ASGI server. |
Contributor
There was a problem hiding this comment.
Suggested change
| * <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>: a high performance ASGI server. | |
| * <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>: 고성능 ASGI 서버. |
| 여기 3가지 방법이 있습니다.: | ||
|
|
||
| * <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>: a high performance ASGI server. | ||
| * <a href="https://pgjones.gitlab.io/hypercorn/" class="external-link" target="_blank">Hypercorn</a>: an ASGI server compatible with HTTP/2 and Trio among other features. |
Contributor
There was a problem hiding this comment.
Suggested change
| * <a href="https://pgjones.gitlab.io/hypercorn/" class="external-link" target="_blank">Hypercorn</a>: an ASGI server compatible with HTTP/2 and Trio among other features. | |
| * <a href="https://pgjones.gitlab.io/hypercorn/" class="external-link" target="_blank">Hypercorn</a>: HTTP/2 및 Trio와 호환되는 ASGI 서버. |
|
|
||
| * <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>: a high performance ASGI server. | ||
| * <a href="https://pgjones.gitlab.io/hypercorn/" class="external-link" target="_blank">Hypercorn</a>: an ASGI server compatible with HTTP/2 and Trio among other features. | ||
| * <a href="https://github.com/django/daphne" class="external-link" target="_blank">Daphne</a>: the ASGI server built for Django Channels. |
Contributor
There was a problem hiding this comment.
Suggested change
| * <a href="https://github.com/django/daphne" class="external-link" target="_blank">Daphne</a>: the ASGI server built for Django Channels. | |
| * <a href="https://github.com/django/daphne" class="external-link" target="_blank">Daphne</a>: Django 채널용으로 구축된 ASGI 서버. |
|
|
||
| ## Hypercorn 및 Trio | ||
|
|
||
| Starlette 과 **FastAPI** 는 <a href="https://anyio.readthedocs.io/en/stable/" class="external-link" target="_blank">AnyIO</a>에 기반을 두고 있으며, 이를 통해 파이썬의 스탠다드 라이브러리인 <a href="https://docs.python.org/3/library/asyncio-task.html" class="external-link" target="_blank">asyncio</a>, <a href="https://trio.readthedocs.io/en/stable/" class="external-link" target="_blank">Trio</a> 와 호환됩니다. |
Contributor
There was a problem hiding this comment.
Suggested change
| Starlette 과 **FastAPI** 는 <a href="https://anyio.readthedocs.io/en/stable/" class="external-link" target="_blank">AnyIO</a>에 기반을 두고 있으며, 이를 통해 파이썬의 스탠다드 라이브러리인 <a href="https://docs.python.org/3/library/asyncio-task.html" class="external-link" target="_blank">asyncio</a>, <a href="https://trio.readthedocs.io/en/stable/" class="external-link" target="_blank">Trio</a> 와 호환됩니다. | |
| Starlette 과 **FastAPI** 는 <a href="https://anyio.readthedocs.io/en/stable/" class="external-link" target="_blank">AnyIO</a>에 기반을 두고 있으며, 이를 통해 파이썬의 표준 라이브러리인 <a href="https://docs.python.org/3/library/asyncio-task.html" class="external-link" target="_blank">asyncio</a>, <a href="https://trio.readthedocs.io/en/stable/" class="external-link" target="_blank">Trio</a> 와 호환됩니다. |
|
|
||
| 이제 앱에서 내부적으로 Trio를 사용할 수 있습니다. 또는 더 나은 방법으로 AnyIO를 사용하여 코드를 Trio 및 asyncio와 호환되도록 유지할 수 있습니다. 🎉 | ||
|
|
||
| ## 디플로이먼트 개념 |
Contributor
There was a problem hiding this comment.
Suggested change
| ## 디플로이먼트 개념 | |
| ## 배포 개념 |
Member
Contributor
|
📝 Docs preview for commit 23a6fc3 at: https://17672833.fastapitiangolo.pages.dev Modified Pages |
Contributor
|
As this PR has been waiting for the original user for a while but seems to be inactive, it's now going to be closed. But if there's anyone interested, feel free to create a new PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added korean translation docs :)