@async/web

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

Legacy Notes