website
website copied to clipboard
Repository for hono.dev
Ref: https://github.com/honojs/node-server/issues/84
Related https://github.com/honojs/hono/issues/1512
On your docs page, you talk about TS and show only TS examples: https://github.com/honojs/website/blob/main/getting-started/bun.md You might want to add a one-liner that JS is of course also supported in Bun.....
Related: https://github.com/honojs/hono/issues/664#issuecomment-1642858339
Update how the server is defined because it could introduce regressions for some Bun HTTP features. https://github.com/honojs/hono/issues/2645#issuecomment-2101672905
It would be great if there was a DigitalOcean functions example. Their functions seem very simple, with the request being handled by a `main(args)` entrypoint. I'm trying to figure out...
Hono has its own jsx, it's good to use it on `hono.dev` to show off. It doesn't have to be the jsx, but using Hono on the website means we...
Add a section under `Path Parameters`, to show how to call API with endpoints like: `/posts/:postId/:authorId` using hono client.
Also adds an example with custom routing. Changes available at: ``` /docs/guides/testing#context ``` ------------ ref: https://github.com/honojs/hono/issues/3026