website
website copied to clipboard
Repository for hono.dev
This!: https://github.com/honojs/website/assets/10682/bb499d53-f34a-42b0-9a91-4250530a1eae
I added a page introducing how to create an API using Hono to handle Stripe Webhook events. ## Context https://github.com/orgs/honojs/discussions/2518#discussioncomment-9170675 To add protection processing for the API endpoint, Stripe Webhooks...
Hey everyone! I [made an adapter](https://github.com/Marplex/hono-azurefunc-adapter) for Azure Functions. I think it would be great to add an "Azure Functions" page to the Getting Started section. I noticed that most...
add example for the router and file upload
The [hono stacks](https://github.com/honojs/website/blob/7ff6492e225904375d7b21d40456a1d475575321/concepts/stacks.md) page showing RPC react example with posts and gets is really useful showing how hono and RPC with tanstack query can be used for frontend and backend....
This code sample demonstrates a basic authentication system using Hono JWT and Cookie.
Everyone wants Hono documents to be by Hono. According to file-based routing by HonoX, it is possible. It will be interesting to see if this can be an example of...
From what I can tell, Hono can be used for an offline web app in a service worker (even hosted from a web server that only serves static assets). Can...
We're big fans of Hono over at [Val Town](https://val.town) 👋 It would be awesome if we could be included in your docs! Here's my first draft: ![Screenshot 2023-11-09 at 16...
These additions could help: 1: explain which runtimes are currently supported 2: add example code that ties together server side components with client components 3: give a robust example of...