examples
examples copied to clipboard
Examples using Hono.
`pages-stack` is a really helpful example, but when I run it I get: ``` ▲ [WARNING] Specifying a `-- ` or `--proxy` is deprecated and will be removed in a...
Here is the code in question, modify from cloudflare durable objects example. The version of Hono is 4.2.7, and wrangler is 3.52.0. ```ts import { DurableObject } from 'cloudflare:workers'; import...
Hi there Hono team! I wanted to add an example to help others through the issue I encountered and discussed over here: https://github.com/orgs/honojs/discussions/2552 I realized I was trying to bring...
It'd be great if there was an official example of how to use Taiwlind with Hono. It's a frequently asked topic on the Discord server. For example, following the usual...
Hi, i'm just curious why do you export this fetch? Is it documented somewhere? https://github.com/honojs/examples/blob/cbe7bf7c48bd229b76d4cb70930cfcca164043d8/bun/jsx.tsx#L40
# this is the error message TypeError [ERR_INVALID_ARG_TYPE]: The "strategy" argument must be of type object. Received type number (0) at new ReadableStream (node:internal/webstreams/readablestream:254:5) at safeReadableStreamFrom (/Users/hongling/hands-dirty/hono/examples/node_modules/miniflare/dist/src/index.js:8358:10) at #handleLoopback (/Users/hongling/hands-dirty/hono/examples/node_modules/miniflare/dist/src/index.js:8520:36)...
I am using `hono` (v3.12.6) in some personal projects lately, it is simple and fun, but when it comes to file handling, I am having some trouble and was not...
How can you encrypt keys to later validate with jwt, I tried with bcrypt but it gave me errors
Feature, Added example to create a Supabase function using [Hono Server](https://hono.dev/) 