{"id":20554989,"url":"https://github.com/ab70/web_framework_benchmark","last_synced_at":"2026-04-13T04:08:02.437Z","repository":{"id":182566478,"uuid":"668694200","full_name":"ab70/web_frameWork_benchmark","owner":"ab70","description":"This project holds different framework with modified MVC pattern like expressJs to help grounding initial projects with consitancy and test performances","archived":false,"fork":false,"pushed_at":"2023-12-31T17:01:37.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T06:33:31.722Z","etag":null,"topics":["bunjs","elysia","expressjs","honojs","javascript","nodejs","typescript"],"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/ab70.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}},"created_at":"2023-07-20T11:43:53.000Z","updated_at":"2024-01-01T03:45:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"27292b47-59fc-438d-a3e7-eaaa05f925cd","html_url":"https://github.com/ab70/web_frameWork_benchmark","commit_stats":null,"previous_names":["ab70/framework_benchmark_modified","ab70/web_framework_benchmark"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ab70/web_frameWork_benchmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fweb_frameWork_benchmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fweb_frameWork_benchmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fweb_frameWork_benchmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fweb_frameWork_benchmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ab70","download_url":"https://codeload.github.com/ab70/web_frameWork_benchmark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fweb_frameWork_benchmark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27588480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-08T02:00:07.111Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bunjs","elysia","expressjs","honojs","javascript","nodejs","typescript"],"created_at":"2024-11-16T03:15:12.772Z","updated_at":"2025-12-08T04:03:01.717Z","avatar_url":"https://github.com/ab70.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Backend Web Frameworks benchmark\n\nThis is a basic benchmark of backend or web frameworks, here it is kept as similar as possible. From folder stucture to code seperation and functionality.\n\nList of frameworks in test\n\n\n## Framework List\n\n#### Get all items\n\n\n| Name | Language     | Description                |\n| :-------- | :------- | :------------------------- |\n| Expressjs | node(js) |   |\n| ElysiaJs(TS) | bunjs(js)  |  |\n| ElysiaJs(JS) | bunjs(js)  | Tried to copy full expressjs structure |\n| Hono(JS)   | node+bun     |                                        |\n\n\n## Installation\n\n## 1 . Install ElysiaJsApp \nElysiaJs application based on bunjs. This is my converted version in js as ElysiaJs supports TS for type safety.\n\n1. Intall bunjs by:\n```bash\n  curl https://bun.sh/install | bash\n```\n2. Check bunjs\n```bash\n  bun --help\n```\n3. Get into the ElysiaJsApp directory and install dependency by:\n```bash\n  bun run dev\n```\n3. Run by:\n```bash\n  bun run dev\n\n## 2. Install ElysiaJsApp_ts \nElysiaJs_ts application based on bunjs. This is ts version. But all folder structure and functionality has been kept similar.\n\n1. Intall bunjs by:\n```bash\n  curl https://bun.sh/install | bash\n```\n2. Check bunjs\n```bash\n  bun --help\n```\n3. Get into the ElysiaJsApp directory and install dependency by:\n```bash\n  bun i\n```\n3. Run by:\n```bash\n  bun run dev\n```\n## 3. Install ExpressjsApp\nExpressJs is one of the most minimal and feature rich backend framework of nodejs. \n\n1. Intall nodejs by (version 20.x):\n```bash\ncurl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - \u0026\u0026\\\nsudo apt-get install -y nodejs\n```\n2. Check nodejs installation\n```bash\n  node -v\n```\n3. Get into the ExpressJsApp directory and install dependency by:\n```bash\n  bun i\n```\n3. Run by:\n```bash\n  npm run dev\n```\n4. If you have bunjs installed you can have minimum 3x faster expressjs by simply running expressjs app by bun:\n```bash\n  bun run dev\n```\n\n\n## Performance test by wrk \nCheck performance of api by \n```bash\n  wrk -t8 -c256 -d30s http://127.0.0.1:3000/user/a\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fab70%2Fweb_framework_benchmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fab70%2Fweb_framework_benchmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fab70%2Fweb_framework_benchmark/lists"}