Show HN: Robyn – "Batman Inspired" Python Web Framework Built with Rust

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

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. Robyn

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

    Especially over Flask and Django, Robyn additionally offers integrated websocket support along with many existing features like templating, logging etc.[1]

    Developer has been working on this project for a few years now, here is the updated roadmap, shared by the developer and maintainer of the project.[2]

    [1] https://robyn.tech/documentation/en

    [2] https://github.com/sparckles/Robyn/issues/1001

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

    Is it really going to be faster? In the benchmark they cited in the README [0], they are in 10th place among Python frameworks. This is not a real-life benchmark, as it merely expects a hardcoded response. In fact, Robyn’s 10th place is thanks to a feature designed for benchmarks like this, i.e. marking responses as constant [1]. Three more frameworks beat Robyn if you disable this benchmark optimization.

    [0] https://www.techempower.com/benchmarks/#hw=ph&test=plaintext...

    [1] https://robyn.tech/documentation/en/api_reference/const_requ...

  4. flet

    Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.

    The problem with all this combining is that it's making apps less portable. Like I want to make apps that work on desktop+mobile with flet[0], but now I have to specifically seek out more "traditional" alternate packages and hope they stayed in reasonable feature parity with these Rustified Frankensteins. Not a fan at all.

    [0] https://flet.dev

  5. PyO3

    Rust bindings for the Python interpreter

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

  • Beyond TypeScript 🚀

    6 projects | dev.to | 23 Apr 2025
  • Uv overtakes Poetry (for Wagtail users)

    8 projects | news.ycombinator.com | 17 Mar 2025
  • The State of Vim

    6 projects | news.ycombinator.com | 24 Jan 2025
  • Ask HN: What Open Source Projects Need Help?

    46 projects | news.ycombinator.com | 16 Nov 2024
  • Actix Web - The Rust Framework for Web Development - Hello World

    1 project | dev.to | 5 Nov 2024

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