{"id":45810522,"url":"https://github.com/stan-kondrat/simple-web-server-benchmark-comparison","last_synced_at":"2026-02-26T15:52:49.016Z","repository":{"id":277312859,"uuid":"932020029","full_name":"stan-kondrat/simple-web-server-benchmark-comparison","owner":"stan-kondrat","description":"simple web server benchmark comparison","archived":false,"fork":false,"pushed_at":"2025-11-16T12:44:08.000Z","size":966,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-16T14:28:18.080Z","etag":null,"topics":["benchmark","bunjs","c","clang","comparison","flask","go","gunicorn","hyper","libuv","node","nodejs","python","rust"],"latest_commit_sha":null,"homepage":"https://stan-kondrat.github.io/simple-web-server-benchmark-comparison/","language":"Python","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/stan-kondrat.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-13T08:30:12.000Z","updated_at":"2025-11-16T12:44:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e19f252-8c20-4b2e-a6a1-4f0bdbcfca59","html_url":"https://github.com/stan-kondrat/simple-web-server-benchmark-comparison","commit_stats":null,"previous_names":["stan-kondrat/simple-web-server-benchmark-comparison"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stan-kondrat/simple-web-server-benchmark-comparison","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-kondrat%2Fsimple-web-server-benchmark-comparison","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-kondrat%2Fsimple-web-server-benchmark-comparison/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-kondrat%2Fsimple-web-server-benchmark-comparison/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-kondrat%2Fsimple-web-server-benchmark-comparison/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stan-kondrat","download_url":"https://codeload.github.com/stan-kondrat/simple-web-server-benchmark-comparison/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-kondrat%2Fsimple-web-server-benchmark-comparison/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29863634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: 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":["benchmark","bunjs","c","clang","comparison","flask","go","gunicorn","hyper","libuv","node","nodejs","python","rust"],"created_at":"2026-02-26T15:52:48.400Z","updated_at":"2026-02-26T15:52:49.011Z","avatar_url":"https://github.com/stan-kondrat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple comparison of web server performance\n\n\n\u003e Don't forget to hit the star if it's interesting! ⭐\n\n- C (libuv)\n- Rust (Hyper)\n- Go\n- Zig\n- Bun\n- Node\n- PHP (Development Server)\n- Python (flask, gunicorn)\n\nResults for `MacBook Air M1 8 GB` https://stan-kondrat.github.io/simple-web-server-benchmark-comparison/\n\n![A simple comparison of web server performance - preview](docs/simple-bench-preview.png)\n\n\n## How to run local\n\n```sh\n# Install dependencies (macOS)\nbrew install make go rust libuv bun node php zig\n\n# Prepare virtual env\nsource myenv/bin/activate\npip install -r requirements.txt\ndeactivate\n\n# clean, build and run all\nmake \n\n# view results\nopen ./docs/index.html\n```\n\n## Development\n```sh\npython3 -m venv myenv\nsource myenv/bin/activate\npip install psutil\npip freeze \u003e requirements.txt\npip install -r requirements.txt\n\nnode main.js # or any \n./bench_runner.py \u003cPID\u003e\nhtop --pid \u003cPID\u003e\n\n# available commands\n\nmake clean # clean all\nmake clean-go\nmake clean-python\nmake clean-rust\nmake clean-c_libuv\nmake clean-zig\nmake clean-results\n\nmake build # build all\nmake build-go\nmake build-python\nmake build-rust\nmake build-c_libuv\nmake build-zig\n\nmake run # run all\nmake run-bun\nmake run-go\nmake run-node\nmake run-php\nmake run-python\nmake run-rust\nmake run-c_libuv\nmake run-zig\n```\n\n## Why  \nSimply for fun and education!  \n\nInspired by [Anton Putra's tutorials](https://github.com/antonputra/tutorials)\n\n## Contribution\n\nThis project can definitely be improved, and your ideas are welcome! \nFeel free to share them, open an issue, or just give the project a star. ⭐\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstan-kondrat%2Fsimple-web-server-benchmark-comparison","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstan-kondrat%2Fsimple-web-server-benchmark-comparison","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstan-kondrat%2Fsimple-web-server-benchmark-comparison/lists"}