Hacker News new | ask | show | jobs
by axhl 798 days ago
Please could a fellow HNer who has experience using this explain in simple terms what Hono on a Cloudflare Worker enables that one cannot already do with a vanilla worker?

The docs[0] are not instructive on this point.

[0] https://hono.dev

1 comments

it's just really nice abstractions that makes everything nicer. But it doesn't offer anything new that you couldn't build yourself
100% this, it just makes it easier to throw something up on a Worker that may need a little bit more advanced logic or routing.