Where Can I found WS api documentation ?
background jobs with Hono + Bun
Getting 504 Gateway-timeout error on hono serverless api

Handle websockets from Durable Objects
how can I specify the return type of the response of API response
type a = (c:any) => JSON<{message: string}>
c.get('/', (): a => {})
type a = (c:any) => JSON<{message: string}>
c.get('/', (): a => {})
Help Understanding Cache Middleware
c.env.incoming already piped with an await?
zValidator
will print the "Hello" to the console. Is the c.env.incoming already being read somewhere else?
```ts
import { HttpBindings, serve } from '@hono/node-server';
import { zValidator } from '@hono/zod-validator';...Cannot load `hono` from JSR
jsr:@hono/hono
import which has worked for us for the past months:
import 'https://registry-staging.deno.com/@hono/hono/meta.json' failed: error sending request for url (https://registry-staging.deno.com/@hono/hono/meta.json): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided
import 'https://registry-staging.deno.com/@hono/hono/meta.json' failed: error sending request for url (https://registry-staging.deno.com/@hono/hono/meta.json): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided
Is type augmentation for Variables in hono/env possible?
Variables
type (inside Env
).
I'd like to have c.var.db
to be of type Database
from
../lib/database
...
[RPC] is it possible to send a Blob on the body or I really need to use formdata in this case?
sentry is not a function
Websockets with honox
Scalar, hono and hono/zod-openapi
``
{
"message": "Unknown zod object type, please specify
type and other OpenAPI props using
ZodSchema.openapi`.",
"data": {...Vitest with Hono
throw new ERR_MODULE_NOT_FOUND [Nodejs Template]
How to separate code into files for each handler without loosing the hono RPC typesafety?
Hono RPC + Clerk Middleware in Next.js Server Actions/Components
clerkMiddleware
in Hono and was wondering if this is the correct way to make authenticated
requests with serverComponents
and server Actions
by simply forwarding the cookie value from the next/headers
. Should there any other headers be forwarded?
Here are the steps:
1) Add Hono Middleware...RPC Type confusion

How to add custom message to error Bearer Auth