{"id":27939721,"url":"https://github.com/csalih/web-framework-benchmark-thesis","last_synced_at":"2026-04-09T11:39:39.716Z","repository":{"id":236005816,"uuid":"786792725","full_name":"CSalih/web-framework-benchmark-thesis","owner":"CSalih","description":"Benchmark comparison of Leptos to Leading JavaScript Web Frameworks","archived":false,"fork":false,"pushed_at":"2025-03-30T13:52:38.000Z","size":3264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T09:58:10.951Z","etag":null,"topics":["angular","benchmark","leptos","performance","react","thesis","vue"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/CSalih.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-15T10:08:32.000Z","updated_at":"2025-03-30T13:52:40.000Z","dependencies_parsed_at":"2024-05-09T15:31:24.667Z","dependency_job_id":"24d763cb-a10f-4ee3-b631-6b9f9736f678","html_url":"https://github.com/CSalih/web-framework-benchmark-thesis","commit_stats":null,"previous_names":["csalih/bsc-web-benchmark","csalih/web-framework-benchmark","csalih/web-framework-benchmark-thesis"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSalih%2Fweb-framework-benchmark-thesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSalih%2Fweb-framework-benchmark-thesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSalih%2Fweb-framework-benchmark-thesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSalih%2Fweb-framework-benchmark-thesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSalih","download_url":"https://codeload.github.com/CSalih/web-framework-benchmark-thesis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252856553,"owners_count":21814858,"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","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":["angular","benchmark","leptos","performance","react","thesis","vue"],"created_at":"2025-05-07T09:58:18.000Z","updated_at":"2026-04-09T11:39:34.659Z","avatar_url":"https://github.com/CSalih.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Framework Benchmark\n\nThis repository contains the source code of the bachelor's thesis\n*Benchmark comparison of Leptos to Leading JavaScript Web Frameworks*.\n\nThe `apps` folder contains the source code of the used web frameworks,\nwhile the `benchmark` folder contains the benchmark related code.\nThe `services` folder contains the source code of the RealWorld API server.\n\n\u003e *NOTE:*\n\u003e In the thesis, the term RealWorld is referred to as Conduit. The code was\n\u003e not adapted to reflect this change yet.\n\n# Requirements\n\n- [Node](https://nodejs.org/en/download) v20\n- [Docker](https://docs.docker.com/engine/install/) v23 or later\n- [uv](https://docs.astral.sh/uv/getting-started/installation/) v0.5 or later\n\n# Setup\n\n```bash\n# Install pnpm\ncorepack enable\n\n# Install dependencies\npnpm install\n\n# Build the Docker image\npnpm build:docker\n\n# Install the Playwright dependencies\npnpm --filter=benchmark-playwright exec playwright install\n```\n\n# Benchmark\n\nTo execute the benchmark use the following command:\n\n```bash\npnpm run benchmark\n```\n\nThe benchmark script accepts the following arguments:\n\n* `--app` Space-separated list of frameworks to benchmark. Default:\n  `app-leptos app-react app-angular app-vue realworld-leptos realworld-react realworld-angular realworld-vue`\n* `--repeat` Number of iterations to run the benchmark. Default: `100`\n\n\u003e *NOTE:*\n\u003e For the `realworld-*` benchmarks you need to start the RealWorld API server first.\n\u003e You can do this by running the following command: `pnpm start:api`\n\nExample to benchmark Leptos with 100 iterations:\n\n```bash\npnpm start:api\npnpm run benchmark --app realworld-leptos --repeat 100\n```\n\n# Research Paper and Citation\n\nIf you use this software for your research, please cite it as:\n\n```\n@masterthesis{candirBenchmarkComparisonLeptos2025,\n  type = {Bachelor's Thesis},\n  title = {Benchmark {{Comparison}} of {{Leptos}} to {{Leading JavaScript Web Frameworks}}},\n  author = {Candir, Salih and Benedikt, Dornauer},\n  year = {2025},\n  month = mar,\n  langid = {english},\n  school = {University of Innsbruck}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsalih%2Fweb-framework-benchmark-thesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsalih%2Fweb-framework-benchmark-thesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsalih%2Fweb-framework-benchmark-thesis/lists"}