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.

このドキュメントは非公式の日本語翻訳版です。
Released under the MIT License.