Async Web Docs
Async Web has three public import layers in one npm package:
@async/web: app framework defaults for app authors.@async/web/router: structured route specs, composition, validation, and route table printing.@async/web/runtime: explicit Request -> Response runtime graph for routing, cache placement, platform simulation, provider hooks, and compile-away behavior.
Guides
- Getting Started
- Concepts
- Web vs WebRuntime
- Router
- Routes and Cache
- Platform and Runtimes
- AsyncDB Integration
- Mini Cloudflare
- Vite Compile-Away
- Migration Guide