Skip to main content
Hono is a lightweight web framework designed for the edge.
server.ts

Use create-hono to get started with one of Hono’s project templates. Select bun when prompted for a template.
terminal
terminal

Then start the dev server and visit localhost:3000.
terminal

Refer to Hono’s getting started with Bun guide.