Performance improvement
Indeed, the Hono app, when using node-server, is slow. You can see the benchmarks here:
https://github.com/SaltyAom/bun-http-framework-benchmark
However, there are opportunities to improve performance, and we should do them.
I agree, especially if it performs better than Express and Hapi or even as well as Koa or Fastify.
Nothing is perfect, but there's always room to improve 🔥
@yusukebe Is performance the only limitation of hono on node or are there missing functionality or feature compared to bun?
@yusukebe is the reason known why the node-server seems that 'slow'?
Hi @kevinvdburgt
Node.js Incoming/Outgoing Messages and Web Standards Request/Response are incompatible, and the translations cause overhead.
maybe there is something we can learn from this implementation?
not sure if that helps, I'm just sharing