Show HN: BustAPI Back
ZOROX Tuesday, March 03, 2026BustAPI'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/BustAPIThe 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.
Summary
The BustAPI is a RESTful API that provides information about the bus system in a specific city, including real-time bus locations, schedules, and route details. It is designed to be easily integrated into mobile apps and other applications that need access to public transportation data.
1
0
Summary
github.com