Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.35 KB

File metadata and controls

36 lines (27 loc) · 1.35 KB

Asok Framework Documentation

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.

📚 Table of Contents

:maxdepth: 2
:caption: Documentation Sections

getting-started/index
user-guide/index
api-reference/index
advanced/index
deployment/index

⚡ Quick Reference

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

🤝 Community & Support