Deno
Chimpbase host for the Deno runtime.
The Deno host mirrors the same API surface as the Bun host, using Deno.serve() for HTTP handling.
Install
Create a runtime
Server
Uses Deno.serve() under the hood:
CLI
Deno includes a built-in runDenoCli() for CLI support: