Welcome to the official documentation for the Asok Framework.
Asok is a Python-first web micro-framework with minimal external dependencies, designed for high performance, simplicity, and modern reactive web development.
:maxdepth: 2
:caption: Documentation Sections
getting-started/index
user-guide/index
api-reference/index
advanced/index
deployment/index
| Feature / Task | Recommended Guide | Key Concepts |
|---|---|---|
| Quickstart | {doc}getting-started/01-getting-started |
asok create, asok dev |
| Routing | {doc}getting-started/02-routing |
Dynamic parameters [id:int] |
| ORM & Database | {doc}user-guide/07-orm |
Models, queries, transactions |
| Database Migrations | {doc}user-guide/09-migrations |
asok make migration, asok migrate |
| Reactive UI | {doc}user-guide/24-reactive-components |
Live WebSocket components |
| Background Tasks | {doc}user-guide/35-background-tasks |
Workers, async execution |
| Production Deployment | {doc}deployment/39-deployment |
Gunicorn, Nginx, Systemd |