eknkc / ssr-benchmark

Benchmarking JS web framework SSR performance
745 stars 172 forks source link

Add hono #14

Closed yusukebe closed 1 month ago

yusukebe commented 1 month ago

In this PR, I'll add a script with Hono framework. It uses JSX provided by Hono, and it works as a real application, not only as "template rendering".

The result:

CleanShot 2024-04-12 at 00 14 16@2x

Hono is a bit different from frameworks such as Next.js and Remix and not as major as them, so it may not be listed here. I'll leave it to you.

francelwebdev commented 1 month ago

@yusukebe add this to the bench : https://github.com/nhttp/nhttp

eknkc commented 1 month ago

Ok, given that it does it's own Suspense / async resolution I believe it is on par with the capabilities of react / vue on this test we should list hono too.

However I'm thinking about splitting the list into two, frameworks / renderers or something like that. Let's have next, nuxt, sveltekit, solidstart, astro etc in one list and a general renderer list with react, preact, solid, vue, hono etc. Feel like it makes more sense.

BTW, I'm a fan of hono, never used the jsx renderer though.

Mandeep0001 commented 1 month ago

So much error

yusukebe commented 1 month ago

@eknkc Thanks for merging.