Web framework built on Web Standards

TypeBox Validator is out! You can use TypeBox, not only Zod. github.com/honojs/middleware…
2
1
20
2,983
Hono v3 is released now! A lot of features, but it keeps simple and fast. hc - Hono Client Zod Validator PRC-mode Performance improvement Adapters Follow the WinterCG create-hono command New website `hono.dev` Enjoy! github.com/honojs/hono/relea…
4
35
147
34,954
soon.
1
2
29
3,951
The next version, “v3” will include a Next.js adapter. You can create Edge Functions with Hono. If you put it in `/pages/api/[…route].ts`, you can write the function with Express-like syntax. Then a lot of Hono middleware are available. Like CORS, Basic Auth, JWT, and others.
1
3
38
3,837
And good news. Our first “tRPC Server middleware” is released now. This makes it super easy to use tRPC with Hono. Hono works anywhere, so the same code works not only in Bun, but also on Cloudflare Workers, Deno, and others. Enjoy! npmjs.com/package/@hono/trpc…
After searching for a good ORM framework for @oven_sh (Bun), I came across @DrizzleOrm. I'm in love with this project. Today, they released a @planetscaledata driver, thus, I was enabled! ~80ms vs. ~170ms with node/prisma with the same queries. Both examples used @honojs
4
20
3,394
Trying to build the new thing with @honojs, a pretty cool piece of tech. 🔥 Getting there, stay tuned!
1
2
11
1,976
Very grateful to @yusukebe for sponsoring partykit! Look at the incredible work they've done with @honojs, I'll make sure it works great with partykit :D
2
2
1,788
In the next major version "v3", Hono will be CI/tested on “six” runtimes!! 1. Cloudflare Workers / workerd 2. Deno 3. Bun 4. Fastly Compute at Edge 5. Lagon 6. Node.js This means that Hono works everywhere.
2
26
6,254
Updated the license and added the contributors as copyright holders because we need you! Thank you! github.com/honojs/hono/pull/…
1
1,378
Hello! This is an announcement. Current Validator Middleware will be changed with “breaking changes” at the next major release “v3”. See the migration guide: github.com/honojs/hono/blob/… Thank you!
1
8
852
v2.7.0 released now! Generally support Lagon!! a serverless edge function like Cloudflare Workers or Deno Deploy. Lagon is currently in the Dev stage but looking forward to the future. github.com/honojs/hono/relea…
2
24
5,413
Today is a special day, Hono has become one year old! Thanks to many contributors and users, now used by many developers. Hono will be better from now on. Thank you!!
2
24
We've released v2.6.0. You can use "normal types" for the schema in a handler. This means you can use a 3rd party library such as "Zod" for validation! github.com/honojs/hono/relea…
1
12
Thanks for using Hono!!
🆕 New D1 tutorial just landed! Learn how to add comments to your site using Cloudflare Workers, D1, and @honojs! 👉 developers.cloudflare.com/d1…
6
We’ve released v2.3.2! `Validator` type has been exported. You can write your schema definition outside the middleware handler.
5
16
Hono v2.3.0 has been released! This release includes SECURITY UPDATE!! If you are using Basic Auth or Bearer Auth Middleware, please update it. And the new feature, Validator Middleware, supports nested validation and friendly error messages. github.com/honojs/hono/relea…
2
7
We've released v2.2.2. This release includes performance improvement. "Hello World" will be about 16% faster!! github.com/honojs/hono/relea…
1
7