|
|
|
|
|
by pavlov
412 days ago
|
|
I think you might want to elaborate on why this stack is good. Right now it’s summarized as “typesafe fullstack monorepo”… But that’s so dense, it’s practically just three buzzwords together. A more realistic description of the pros and cons would be welcome. I’ve never heard of Hono, and I’d personally need a lot more convincing to pick an unknown framework for a new app. |
|
Hono is basically next gen Koa: zero dependencies and made to work in additional contexts like in CloudFlare Workers.
- Express deps: https://npmgraph.js.org/?q=express (lol)
- Hono deps: https://npmgraph.js.org/?q=hono
Node web servers are all so similar (you write ~identical code no matter which one you use) that tie-breaking on a dep diff this big is reasonable.