Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hypercorn 적용 #98

Open
Capella87 opened this issue Feb 10, 2023 · 0 comments
Open

Hypercorn 적용 #98

Capella87 opened this issue Feb 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Capella87
Copy link
Contributor

현재 Gunicorn은 2020년을 끝으로 업데이트되고 있지 않습니다.
Hypercorn은 Gunicorn에서 영감을 받아 hyper, h11, h2, wsproto 라이브러리를 기반으로 만들어진 새로운 ASGI 웹서버입니다.
제가 듣기로는 HTTP/3도 지원한다고 합니다.
이 ASGI 서버의 장점은 HTTP/2와 WebSockets, ASGI/2, ASGI/3 등의 최신 프로토콜을 지원하고, asyncio나 uvloop, trio 같은 것도 이용할 수 있다고 합니다.
Django와 Python 버전을 업데이트할 때 적용하는 게 좋을 것 같습니다.

@Capella87 Capella87 added the enhancement New feature or request label Feb 10, 2023
@Capella87 Capella87 self-assigned this Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant