Back to browse
GitHub Repository

BustAPI is a High-Performance Python Web Framework.

31 starsPython

BustAPI Back

by ZOROX·Mar 3, 2026·2 points·0 comments

AI Analysis

●●SolidWizardryBig Brain

Python syntax on Rust Actix core reaches 20k RPS, but Mojo and uv already address Python speed.

Strengths
  • PyO3 bridge for zero-copy JSON and Rust-native routing reduces typical Python ASGI overhead meaningfully.
  • Flask-style decorator syntax lowers adoption friction; built-in JWT, Argon2, CSRF removes common boilerplate.
  • Multiprocessing with SO_REUSEPORT and hot-reload show thoughtful server implementation.
Weaknesses
  • GitHub account flag history raises maintenance/trust concerns; resurrection as a mirror is fragile long-term.
  • 'Eliminate Python tax' claim oversold: FastAPI + uvicorn on PyPy already serves most use cases; benchmarks lack edge-case comparison.
Target Audience

Python backend developers, API builders, performance-conscious teams

Similar To

FastAPI · Mojo · Go web frameworks

Post Description

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.

Similar Projects

Infrastructure●●●Banger

Sayiir – A simple durable workflow engine (Rust core, Python/Node.js)

Checkpoint-based recovery beats determinism constraints; embed without separate server, unlike Temporal/Airflow.

Big BrainDark HorseSolve My Problem
ybsoft
103mo ago