Sharing the app type from my hono api to my client in a monorepo
Setup Hono with Datadog APM?
tRPC subscriptions throw net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK) with httpSubscriptionLink
net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)
net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)
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?