How can I stream a video in hono?
Get `auth` session when API endpoint is called from a server component
How can I use hono/jsx templates to send Emails via Nodemailer?
Is there a simple way to bundle the directory served by serveStatic into a single file executable?
Loading routes from Cloudflare KV?
route.all(...)
that has the logic to fetch this and then add additional routes.How to test / develop AWS Lambda locally?
Problem passing jwt token by rpc
How to make Hono Cloudflare server run on network public ip so that other devices can also access it
Question on vite build with node server
vite-build
plugin but whenever I run it none of the env variables will load. For dev I was injecting them with the dotenv-cli within the package.json scripts, but no matter what I do I cannot get them to work after making a vite build.
after the build i'm using the node "./dist/index.js"
command but when logging the process.env variable there is nothing in there when compared to dev.
I'm going to test out trying to deploy this today with wrangler/cloudflare but I was just experimenting and trying to get the build to run locally for testing but nothing was working....maxAge parameter in Hono Cookie Helper takes seconds?
Can't integrate hono with tus server
@tus/server
I'm having difficulty using hono with it. Here are the different examples of using it with other providers: https://github.com/tus/tus-node-server/tree/main/packages/server#example-integrate-tus-into-express
here is what I tried:...Error cannot file module "@hono/bun" (TS2307)
Best way to export types for use in a separate app with `hc` client
hc
client?Confused by recommendation to compile Hono App and Client
Type safety in middleware?
OpenTelemetry?
What's the recommended way of doing auth?
What can Hono’s web socket helper do that Deno.upgradeWebSocket can’t?