{"id":29966559,"url":"https://github.com/floriant3/benchmark-bun-node-deno","last_synced_at":"2026-04-29T20:06:18.850Z","repository":{"id":306851034,"uuid":"1018247536","full_name":"floriant3/benchmark-bun-node-deno","owner":"floriant3","description":"benchmark","archived":false,"fork":false,"pushed_at":"2025-07-28T02:32:40.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-04T03:28:59.510Z","etag":null,"topics":["bun","deno","node"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/floriant3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T21:48:18.000Z","updated_at":"2025-07-28T02:33:22.000Z","dependencies_parsed_at":"2025-07-28T03:20:58.674Z","dependency_job_id":null,"html_url":"https://github.com/floriant3/benchmark-bun-node-deno","commit_stats":null,"previous_names":["floriant3/benchmark-bun-node-deno"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/floriant3/benchmark-bun-node-deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floriant3%2Fbenchmark-bun-node-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floriant3%2Fbenchmark-bun-node-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floriant3%2Fbenchmark-bun-node-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floriant3%2Fbenchmark-bun-node-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floriant3","download_url":"https://codeload.github.com/floriant3/benchmark-bun-node-deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floriant3%2Fbenchmark-bun-node-deno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32441500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bun","deno","node"],"created_at":"2025-08-04T03:01:07.205Z","updated_at":"2026-04-29T20:06:18.816Z","avatar_url":"https://github.com/floriant3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node vs Deno vs Bun benchmark\r\n\r\n- Node 18.16.0\r\n- Deno 1.36.4\r\n- Bun 1.0.2\r\n\r\n\r\n## Fastify HTTP server\r\n\r\n```bash\r\nnode fastify.mjs\r\ndeno run fastify.mjs\r\nbun run ./fastify.mjs\r\n```\r\n\r\n### 100 concurrent threads\r\n- Node: `55.379 req/s`\r\n- Deno: `41.266 req/s`\r\n- Bun: `36.540 req/s`\r\n\r\n## Express HTTP server\r\n\r\n```bash\r\nnode express.mjs\r\ndeno run express.mjs\r\nbun run ./express.mjs\r\n```\r\n\r\n### 100 concurrent threads\r\n- Node: `16.124 req/s`\r\n- Deno: `21.083 req/s`\r\n- Bun: `24.082 req/s`\r\n\r\n## Native HTTP server\r\n\r\n```bash\r\nnode node.mjs\r\ndeno run deno.ts\r\nbun run ./bun.ts\r\n```\r\n\r\n### 100 concurrent threads\r\n- Node: `61.364 req/s`\r\n- Deno: `78.597 req/s`\r\n- Bun: `57.048 req/s`\r\n\r\n\r\n![chart](https://image-charts.com/chart.js/2.8.0?bkg=white\u0026c=%7B%20%22type%22%3A%20%22bar%22%2C%20%22data%22%3A%20%7B%20%22labels%22%3A%20%5B%20%22Node%22%2C%20%22Deno%22%2C%20%22Bun%22%20%5D%2C%20%22datasets%22%3A%20%5B%20%7B%20%22label%22%3A%20%22Fastify%22%2C%20%22backgroundColor%22%3A%20%22rgba%28255%2C%2099%2C%20132%2C%200.5%29%22%2C%20%22borderColor%22%3A%20%22rgb%28255%2C%2099%2C%20132%29%22%2C%20%22borderWidth%22%3A%201%2C%20%22data%22%3A%20%5B%2055379%2C%2041266%2C%2036540%20%5D%20%7D%2C%20%7B%20%22label%22%3A%20%22Express%22%2C%20%22backgroundColor%22%3A%20%22rgba%2854%2C%20162%2C%20235%2C%200.5%29%22%2C%20%22borderColor%22%3A%20%22rgb%2854%2C%20162%2C%20235%29%22%2C%20%22borderWidth%22%3A%201%2C%20%22data%22%3A%20%5B%2016124%2C%2021083%2C%2024082%20%5D%20%7D%2C%20%7B%20%22label%22%3A%20%22Native%22%2C%20%22backgroundColor%22%3A%20%22rgba%2854%2C%20162%2C%2035%2C%200.5%29%22%2C%20%22borderColor%22%3A%20%22rgb%2854%2C%20162%2C%2035%29%22%2C%20%22borderWidth%22%3A%201%2C%20%22data%22%3A%20%5B%2061364%2C%2078597%2C%2057048%20%5D%20%7D%20%5D%20%7D%2C%20%22options%22%3A%20%7B%20%22responsive%22%3A%20true%2C%20%22legend%22%3A%20%7B%20%22position%22%3A%20%22top%22%20%7D%2C%20%22title%22%3A%20%7B%20%22display%22%3A%20true%2C%20%22text%22%3A%20%22HTTP%20requests%20%2F%20sec%22%20%7D%20%7D%20%7D)\r\n\u003c!-- Bar data:\r\n{ \"type\": \"bar\", \"data\": { \"labels\": [ \"Node\", \"Deno\", \"Bun\" ], \"datasets\": [ { \"label\": \"Fastify\", \"backgroundColor\": \"rgba(255, 99, 132, 0.5)\", \"borderColor\": \"rgb(255, 99, 132)\", \"borderWidth\": 1, \"data\": [ 55379, 41266, 36540 ] }, { \"label\": \"Express\", \"backgroundColor\": \"rgba(54, 162, 235, 0.5)\", \"borderColor\": \"rgb(54, 162, 235)\", \"borderWidth\": 1, \"data\": [ 16124, 21083, 24082 ] }, { \"label\": \"Native\", \"backgroundColor\": \"rgba(54, 162, 35, 0.5)\", \"borderColor\": \"rgb(54, 162, 35)\", \"borderWidth\": 1, \"data\": [ 61364, 78597, 57048 ] } ] }, \"options\": { \"responsive\": true, \"legend\": { \"position\": \"top\" }, \"title\": { \"display\": true, \"text\": \"HTTP requests / sec\" } } } --\u003e\r\n\r\n# Credits\r\nThis repo is created based on [this article](https://medium.com/deno-the-complete-reference/node-js-vs-deno-vs-bun-fastify-hello-world-server-benchmarking-d08101457f99).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloriant3%2Fbenchmark-bun-node-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloriant3%2Fbenchmark-bun-node-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloriant3%2Fbenchmark-bun-node-deno/lists"}