Hwy is a fullstack web framework for driving a (p)react frontend with a Go backend. Includes end-to-end typesafety, file-based nested UI routing, and much more.
For stability, maturity, and philosophical reasons, this PR moves Hwy from Hono server / Hono JSX and onto h3 server (the server underlying Nuxt, part of the unjs ecosystem) and preact.
With the move to h3 and preact, we are simplifying in other ways as well. For example, deployment targets are re-simplified to include only Node and node-compatible runtimes.
For stability, maturity, and philosophical reasons, this PR moves Hwy from Hono server / Hono JSX and onto h3 server (the server underlying Nuxt, part of the unjs ecosystem) and preact.
With the move to h3 and preact, we are simplifying in other ways as well. For example, deployment targets are re-simplified to include only Node and node-compatible runtimes.