Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.34 KB

File metadata and controls

42 lines (31 loc) · 1.34 KB

Related Projects

Projects using the hyper library.

Hypercorn

Hypercorn is an ASGI web server based on the sans-io hyper, h11, h2, and wsproto libraries and inspired by Gunicorn. Hypercorn supports HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3 specifications. Hypercorn can utilise asyncio, uvloop, or trio worker types.

Hypercorn can optionally serve the current draft of the HTTP/3 specification using the aioquic library.

https://badgen.net/gitlab/stars/pgjones/hypercorn

https://badgen.net/gitlab/last-commit/pgjones/hypercorn

Daphne

Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP, developed to power Django Channels.

https://img.shields.io/github/stars/django/daphne

https://img.shields.io/github/last-commit/django/daphne

HTTPX

HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.

https://img.shields.io/github/stars/encode/httpx

https://img.shields.io/github/last-commit/encode/httpx