Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/Bun sh/Bun sh Framework/
Hono
Search

Hono

Creator
Creator
Seonglae Cho
Created
Created
2022 Jul 19 16:36
Editor
Editor
Seonglae Cho
Edited
Edited
2022 Jul 22 14:34
Refs
Refs
 
 
 
 
 
Hono - Ultrafast web framework on the edge
Hono # Hono - [炎] means flame🔥 in Japanese - is a small, simple, and ultrafast web framework for Cloudflare Workers, Deno, Bun, and others. Fast, but not only fast. import { Hono } from 'hono' const app = new Hono() app.get('/', (c) => c.text('Hono!!')) export default app Features # Ultrafast - the router does not use linear loops.
Hono - Ultrafast web framework on the edge
https://honojs.dev/
Hono - Ultrafast web framework on the edge
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/Bun sh/Bun sh Framework/
Hono
Copyright Seonglae Cho