Hey! Made an example using the stack based on @dctanner 's snippet:
* Hono / jsx
* htmx
* Zod
* Cloudflare Workers
* Cloudflare D1
This is fast (~100ms) and small (gzipped worker size: 22 KB)!
github.com/yusukebe/hono-htm…
I think I've created web stack nirvana. Bear with me for a second... @CloudflareDev Workers + @htmx_org + @honojs + jsx
This is sever side jsx with Cloudflare D1 SQLite db.
Everything is a functional jsx component.
Do you love it or hate it?
Hono.js is the way forward here, uses all these standards and adds the nice route matching and shortcut response methods you'd expect from express. Works on every JS runtime
This adapter allows Remix to run on Hono. This means that you can use Hono middleware, such as Basic Auth Middleware, with Remix in just several lines. Additionally, this provides three middleware for managing sessions. Cool! Thanks @sergiodxagithub.com/sergiodxa/remix-h…
Hey everyone, we've just released v3.3.0 of Hono. This version brings you two exciting new features:
• Server-Timing Middleware
• Lambda@Edge Adapter
You can check out all the details in the release notes:
github.com/honojs/hono/relea…
Hono will support Lambda@Edge next version. Then, CI tests run on **8** runtimes/platforms.
1. Deno
2. Bun
3. Fastly Compute@Edge
4. Lagon
5. Node.js
6. Cloudflare Workers
7. AWS Lambda
8. Lambda@Edge
Hono really runs on all.