I haven't used either much, but I have used fastify a bit more but I liked hono more. But had to stop using it because it wasn't compatible with some backend libs. So I'm stuck with express. :(
You should! Ended up just using Astro REST endpoints instead of hono and I’m having a great time. Pros:
- built in env variable parsing
- built in deployment adapters. Way easier than hono equivalents
- built in templating if you need it
Comments
I am also gonna try Astro out then. To see if I can make my site even faster.
- built in env variable parsing
- built in deployment adapters. Way easier than hono equivalents
- built in templating if you need it