ssr-benchmark icon indicating copy to clipboard operation
ssr-benchmark copied to clipboard

Add hono

Open yusukebe opened this issue 1 year ago • 2 comments
trafficstars

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.

yusukebe avatar Apr 11 '24 21:04 yusukebe

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

francelwebdev avatar Apr 11 '24 22:04 francelwebdev

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.

eknkc avatar Apr 12 '24 13:04 eknkc

So much error

Mandeep0001 avatar Apr 13 '24 16:04 Mandeep0001

@eknkc Thanks for merging.

yusukebe avatar Apr 13 '24 17:04 yusukebe