examples
examples copied to clipboard
Examples using Hono.
Hi, getting this error in the browser when I try to run the page-stack example: Also getting this error on http://127.0.0.1:8788/
Looking at https://github.com/honojs/examples/blob/main/durable-objects/src/counter.ts, I wanted to try something that makes a Durable Object _feel_ more like a stateless application but with a `c.state` property. So I came up with this:...
It does a whole bunch of stuff like support oauth, email sending using Amazon SES, permissions, rate limiter using durable objects, SQL database using PlanetScale https://github.com/OultimoCoder/cloudflare-planetscale-hono-boilerplate It might be worth...
In the blog example you can use `getMiniflareBindings()` to get access to the global env variables. I am trying to do the same thing in my project but can't replicate...
Hi, Good job on Hono! Followed this [hono-example-blog example](https://github.com/honojs/examples/tree/main/blog). The route will become /post/post, not /post. Index.ts should have this instead, think it would fix it. ``` app.route('/', middleware) app.route('/',...
Bumps [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) from 0.2.12 to 0.4.17. Release notes Sourced from @cloudflare/vitest-pool-workers's releases. @cloudflare/vitest-pool-workers@0.4.17 Patch Changes #6362 35289e3 Thanks @petebacondarwin! - fix: ensure that mocked fetch responses have a valid URL...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.3.0 to 2.0.5. Release notes Sourced from vitest's releases. v2.0.5 🚀 Features Introduce experimental reported tasks - by @sheremet-va in vitest-dev/vitest#6149 (13d85) This is part of the...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.4 to 22.0.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...