This project compares the performance of HTTP servers implemented in different runtimes and frameworks:
- Node.js (native http)
- Fastify (Node.js)
- Hono (Node.js)
- Deno (native)
- Hono (Deno)
- Bun (native)
- Hono (Bun)
- Go (native http)
Make sure you have the following installed:
- Node.js
- Deno
- Bun
- Go
- Clone the repository
- Install dependencies:
- Bun
- Node
- Deno
npm run start:all
npm run benchmark
Open the benchmark-viz.html
file in your browser.
This project is licensed under the MIT License.