Hacker News new | ask | show | jobs
Show HN: BustAPI Back (github.com)
2 points by ZOROX 103 days ago
BustAPI's original repository was recently locked due to a GitHub account flag. To keep the project accessible, we've set up this mirror.

What is it? BustAPI is a Python web framework built on a Rust (Actix-Web) core. It uses PyO3 to handle routing and JSON serialization in Rust, offering performance that rivals Go/Node while keeping Python’s syntax.

The Highlights:

    Speed: Reaches 100k+ RPS on Linux (multiprocessing).

    Syntax: Uses standard decorators like @app.get("/").

    Built-ins: Argon2, JWT, and CSRF protection included.

    Why it matters: It aims to eliminate the "Python tax" by moving the heavy lifting to a memory-safe Rust runtime.
Mirror Link: https://github.com/RUSTxPY/BustAPI

The original project was gaining significant momentum before the lock. We are hosting the code here to ensure the community can continue testing and contributing while the author resolves the GitHub status.