Welcome to the TurboAPI documentation! This directory contains detailed guides for all features.
| Document | Description |
|---|---|
| Architecture | Internal architecture and component breakdown |
| Async Handlers | How async handlers work |
| Benchmarks | Benchmark suite and performance results |
| Performance Tuning | Optimization guide for production |
| Document | Description |
|---|---|
| HTTP/2 | HTTP/2 runtime status and reverse-proxy guidance |
| HTTP/3 and QUIC | HTTP/3/QUIC edge termination and native runtime status |
| TLS Setup | TLS termination status and reverse-proxy guidance |
| WebSocket | WebSocket API surface and runtime status |
- Main README: ../README.md
- Changelog: ../CHANGELOG.md
- GitHub Issues: github.com/justrach/turboAPI/issues
- DeepWiki:
- Installation:
pip install turboapi - Hello World: See Quick Start
- Async Handlers: Learn about async handlers
- Optimization: Follow the Performance Tuning Guide
Documentation improvements are welcome! Please submit PRs to the GitHub repository.