Skip to content

HonoWeb 应用框架

快速、轻量、基于 Web 标准构建。支持任何 JavaScript 运行时。

import { Hono } from 'hono'

const app = new Hono()
app.get('/', (c) => c.text('Hello Hono!'))

export default app
A Kawaii Version of the Hono Logo. The first "o" is replaced with a flame, with japanese characters in the bottom right, and a JSX fragment closing tag above the flame.