Skip to content

HonoWebアプリケーションフレームワーク

高速、 軽量、 Web 標準。 あらゆる JavaScript ランタイムをサポートします。

An example of code for Hono. import { Homo } from 'hono' const app = new Hono() app.get('/', (c) => c.text('Hello Hono!')) export default app

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