Hyperwave is a toolkit for building really fast server-rendered apps in TypeScript, with Bun.
Show HN: Hyper-performant full-stack toolkit
1–4 of 4 posts
Re: Show HN: Hyper-performant full-stack toolkit
#2Cool, what is it that makes it hyperperformant? It using Hono.js and Bun?
Re: Show HN: Hyper-performant full-stack toolkit
#3Cool, what is it that makes it hyperperformant? It using Hono.js and Bun?
Essentially, I’ll admit that was a bit of title-bait.
The general approach (SSR and hypermedia) is also inherently performant compared to the current trend of bloated CSR apps, or suboptimal React frameworks.
Re: Show HN: Hyper-performant full-stack toolkit
#4Cool, what is it that makes it hyperperformant? It using Hono.js and Bun?
Oh, and I tried to keep the dependencies very light. The heaviest dependency is HTMX which is like 14k, and you could even rip it out if you don’t need it.