examples icon indicating copy to clipboard operation
examples copied to clipboard

Examples using Hono.

Results 34 examples issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.14.4&new-version=22.0.2)](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...

dependencies