Why Websi
Websi is a universal HTTP abstraction in TypeScript for the modern web runtimes such as Deno, Cloudflare Workers, Bun or Lagon.
Websi stands for Web Server Interface.
Declarative
No objects, no hidden state. Use values and describe routing with what and not how.
Web API
Follow modern Web standards such as Fetch, URLPattern et al.
Composable
Routes are composition of functions and from execution pipelines.