Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Hono - Web framework built on Web Standards
[go: Go Back, main page]

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.