
Hono - Web framework built on Web Standards
Fast, lightweight, built on Web Standards. Support for any JavaScript runtime. The router RegExpRouter is really fast. The hono/tiny preset is under 14kB. Using only Web Standard APIs. Works on Cloudflare, Fastly, Deno, Bun, AWS, or Node.js. The same code runs on all platforms.
Cloudflare Workers - Hono
Cloudflare Workers is a JavaScript edge runtime on Cloudflare CDN. You can develop the application locally and publish it with a few commands using Wrangler. Wrangler includes trans compiler, so we can write the code with TypeScript. Let’s make your first application for Cloudflare Workers with Hono. 1. Setup.
Hono · Cloudflare Workers docs
Hono ↗ is an ultra-fast, lightweight framework for building web applications, and works fantastically with Cloudflare Workers. With Workers Assets, you can easily combine a Hono API running on Workers with a SPA to create a full-stack app.
Hono - Web framework built on Web Standards
Hono - means flame🔥 in Japanese - is a small, simple, and ultrafast web framework built on Web Standards. It works on any JavaScript runtime: Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Netlify, AWS Lambda, Lambda@Edge, and Node.js.
Examples - Hono
Ultrafast web framework for Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Lagon, Node.js, and others. Fast, but not only fast.
Honoを使い倒したい2024 - Zenn
Jun 20, 2024 · この記事では、Honoの使い方をおさらいし、API開発を通じてHonoの実際の開発で役立つTipsを紹介します。 Honoの基本的なコンセプトや網羅的な実装例については、公式ドキュメントを参照してください。
Hono.js: The Next-Gen Node.js Framework | by Leapcell | Medium
Jan 6, 2025 · Ultra-fast 🚀 — The router RegExpRouter is truly fast. It doesn’t use linear loops. It’s just quick. Lightweight 🪶 — The hono/tiny preset is less than 12 kB. Hono has zero dependencies and...
The story of web framework Hono, from the creator of Hono
Oct 17, 2024 · Hono is a fast, lightweight web framework that runs anywhere JavaScript does, built with Web Standards. Of course, it runs on Cloudflare Workers. It was three years ago, in December 2021.
Hono.js 使用笔记 - 黑白梦
Oct 27, 2024 · Hono.js 是目前比较流行的后端框架,支持所有 JS 运行时,使用简便,路由和中间件语法类似 express/koa ,可很方便地结合 zod 进行参数校验,支持类似 tRPC 的前后端 RPC 同构能力。
Announcing Hono on JSR - Deno Blog
Jun 25, 2024 · Today, we’re thrilled to announce that Hono is now available on JSR. Hono is a fast, lightweight, batteries-included, cross-platform server routing framework that has first class TypeScript and web standard API support.