Hono is a HTTP framework for the JavaScript world, featuring support for Bun, Node.js, Deno and other JavaScript runtimes.


Getting started

To create an Hono app: npm create hono@latest my-app

Hono with Bun

Personally, I like to run Hono with Bun.