python-hyper / h2

HTTP/2 State-Machine based protocol implementation
https://h2.readthedocs.io/en/stable
MIT License
963 stars 151 forks source link

Related Projects? #1242

Closed akvadrako closed 3 years ago

akvadrako commented 3 years ago

Sorry if this is not appropriate for an issue, but I am wondering if there are any h2-based servers out there. For example, a complete HTTP server implementation.

If there are any known related projects, how about adding a section to the README, the wiki or the docs?

sethmlarson commented 3 years ago

This information is captured in the "used by" section on GitHub, however if you'd like to create a section in the documentation that's more curated I'd accept that PR.

pgjones commented 3 years ago

Hypercorn, Twisted, and Daphne (built using Twisted) are the ones I know about.

sethmlarson commented 3 years ago

HTTPX as well

akvadrako commented 3 years ago

Thanks! PR created with these suggestions: https://github.com/python-hyper/hyper-h2/pull/1243