Skip to content

HonoWeb application framework

Fast, lightweight, built on Web Standards. Support for any JavaScript runtime.

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.