Granian – a Rust HTTP server for Python applications

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. granian

    A Rust HTTP server for Python applications

    Looks super interesting. One of the things that I wanted to improve on are Gunicorn's latency and here:

    https://github.com/emmett-framework/granian/tree/master/benc...

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. Robyn

    Robyn is a Super Fast Async Python Web Framework with a Rust runtime.

  4. hyper

    An HTTP library for Rust (by hyperium)

    Looking at the code it relies on Hyper which doesn't support H3 yet

    https://github.com/hyperium/hyper/issues/1818

  5. ruff

    An extremely fast Python linter and code formatter, written in Rust.

  6. django-http3-example

    Example Repo of Django using HTTP/3

    for those wishing to use http3 with a Python web framework, the ASGI hypercorn[1] currently supports it.

    made a Django example last week with a sample client based on the examples from aioquic[2]: https://github.com/djstein/django-http3-example

    this example also includes the first pass at async Django REST Framework using adrift[3] based on these GitHub issues:

    - https://github.com/encode/django-rest-framework/pull/8617

    - https://github.com/encode/django-rest-framework/issues/8496

    sources

    [1]: https://github.com/pgjones/hypercorn

    [2]: https://github.com/aiortc/aioquic

    [2]: https://github.com/em1208/adrf

  7. django-rest-framework

    Web APIs for Django. 🎸

    for those wishing to use http3 with a Python web framework, the ASGI hypercorn[1] currently supports it.

    made a Django example last week with a sample client based on the examples from aioquic[2]: https://github.com/djstein/django-http3-example

    this example also includes the first pass at async Django REST Framework using adrift[3] based on these GitHub issues:

    - https://github.com/encode/django-rest-framework/pull/8617

    - https://github.com/encode/django-rest-framework/issues/8496

    sources

    [1]: https://github.com/pgjones/hypercorn

    [2]: https://github.com/aiortc/aioquic

    [2]: https://github.com/em1208/adrf

  8. hypercorn

    Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.

    for those wishing to use http3 with a Python web framework, the ASGI hypercorn[1] currently supports it.

    made a Django example last week with a sample client based on the examples from aioquic[2]: https://github.com/djstein/django-http3-example

    this example also includes the first pass at async Django REST Framework using adrift[3] based on these GitHub issues:

    - https://github.com/encode/django-rest-framework/pull/8617

    - https://github.com/encode/django-rest-framework/issues/8496

    sources

    [1]: https://github.com/pgjones/hypercorn

    [2]: https://github.com/aiortc/aioquic

    [2]: https://github.com/em1208/adrf

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. aioquic

    QUIC and HTTP/3 implementation in Python

    for those wishing to use http3 with a Python web framework, the ASGI hypercorn[1] currently supports it.

    made a Django example last week with a sample client based on the examples from aioquic[2]: https://github.com/djstein/django-http3-example

    this example also includes the first pass at async Django REST Framework using adrift[3] based on these GitHub issues:

    - https://github.com/encode/django-rest-framework/pull/8617

    - https://github.com/encode/django-rest-framework/issues/8496

    sources

    [1]: https://github.com/pgjones/hypercorn

    [2]: https://github.com/aiortc/aioquic

    [2]: https://github.com/em1208/adrf

  11. adrf

    Async support for Django REST framework

    for those wishing to use http3 with a Python web framework, the ASGI hypercorn[1] currently supports it.

    made a Django example last week with a sample client based on the examples from aioquic[2]: https://github.com/djstein/django-http3-example

    this example also includes the first pass at async Django REST Framework using adrift[3] based on these GitHub issues:

    - https://github.com/encode/django-rest-framework/pull/8617

    - https://github.com/encode/django-rest-framework/issues/8496

    sources

    [1]: https://github.com/pgjones/hypercorn

    [2]: https://github.com/aiortc/aioquic

    [2]: https://github.com/em1208/adrf

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Robyn: a fast and extensible async Python web server with a Rust runtime

    2 projects | /r/rust | 16 Jan 2023
  • I made Granian: a Rust HTTP server for Python applications

    2 projects | /r/Python | 29 Jul 2022
  • Robyn introduces SubRouters in v0.32.0

    3 projects | /r/Python | 3 Jun 2023
  • Does an ASGI(Asynchronous Server Gateway Interface) provide any benefit in Rust?

    4 projects | /r/rust | 26 Jun 2021
  • Uvicorn

    1 project | news.ycombinator.com | 31 Aug 2025

Did you know that Python is
the 2nd most popular programming language
based on number of references?