Web framework built on Web Standards

All are typed: server * Validation type - query * Data - { name: string } * Middleware Fnc - hello: (m:string) => string * Response - { message: string } client * Path/Method - client.sayHello.$get * Args - { query: { name: string } } * Response - { message: string }
1
12
130
12,169
**Hono**, Express, or Koa. youtube.com/watch?v=BsnCpESU…
3
5
51
8,808
Made the new repo public. `@ hono/vite-dev-server` is super useful to develop your Hono apps. With HMR enabled, it's incredibly fast thanks to Vite. github.com/honojs/vite-plugi…
2
8
71
4,511
We don't remove TypeScript from Hono.
10
10
196
17,877
Ah, great!!
H3 natively works on all edges as well 😊 unjs.io/blog/2023-08-15-h3-t… github.com/pi0/h3-on-edge But i agree about benchmarks. While both H3 and Hano are super fast, measuring raw adapter RPS does not reflects real world scenarios. (but it can help improving internals!)
3
2,009
Work In Progress:
1
7
97
14,517
Just POC. What do you think?
3
2
18
5,300
Hono retweeted
We use @honojs for some part of our api. It’s sooo good :)
1
1
27
3,136
I made a @fastly compute@edge @honojs @htmx_org @tursodatabase demo todo list :) see it here surf.rodeo github here: github.com/brentkirkland/fas… :) :) :)
4
22
2,453
congrats!
1
2
39
6,098
Got 6k!
4
4
151
16,658
You can write your ChatGPT Plugin with "Zod OpenAPI Hono". It's smart. github.com/yusukebe/chat-gpt…
3
25
2,541
Zod OpenAPI Middleware now supports validating `headers` and `cookies`! github.com/honojs/middleware…
3
44
2,061
Create and deploy your Hono app to Cloudflare Workers in 1 minute: npm create cloudflare@latest
3
28
1,613
Sonik - Hono & Vite based meta-framework - now supports the adapters: * Cloudflare Pages * Cloudflare Workers * Vercel Build and deploy in just 15 seconds! github.com/yusukebe/sonik
3
36
2,704
Released the initial version of "Zod OpenAPI Hono". * Schema definition with Zod * Compatible with Hono (You can use Hono's Middleware) * Auto detect Request/Response types * Support RPC-mode github.com/honojs/middleware…
4
13
142
19,366