Performance Improvement
With the PR #95, it becomes 2.7 times faster than the previous version!
This means that it is three times faster than Express and fast enough compared to other frameworks. Until now, Hono has been slow on Node.js, but this change makes it one of the first choices for creating web apps on Node.js.
What's Changed
- perf: Reduce object generation and optimize performance. by @usualoma in #95
- fix(types): fix the type mismatch between DOM and
undici
by @yusukebe in #103
New Contributors
Full Changelog: v1.2.3...v1.3.0