Thanks to visit codestin.com
Credit goes to hono.dev

Skip to content

HonoWeb application framework

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

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

Released under the MIT License.