Hono Multi-Runtime Demo Available endpoints: GET /worker - Run Hono on Cloudflare Workers runtime GET /node - Run Hono on Node.js runtime (container) GET /bun - Run Hono on Bun runtime (container) Compare the same Hono framework across three different JavaScript execution environments! Performance comparison: GET /worker/performance vs /node/performance vs /bun/performance Runtime details: GET /worker/info vs /node/info vs /bun/info