Skip to main content
Hono is a lightweight ultrafast 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 guide on getting started with Bun for more information.