django-bolt
Installation
SKILL.md
Django Bolt
High-performance fully typed API framework for Django — Faster than FastAPI, but with Django ORM, Django Admin, and Django packages.
Django-Bolt is a Rust-powered API framework achieving 60k+ RPS. Uses Actix Web for HTTP, PyO3 for Python bridging, and msgspec for serialization.
Overview
Architecture:
- HTTP Server: Actix Web (Rust) — one of the fastest HTTP frameworks
- Python Bridge: PyO3 — seamless Rust-Python integration
- Serialization: msgspec — 5-10x faster than stdlib
- Routing: matchit — zero-copy path matching
- Async Runtime: Tokio