web-framework-benchmark-thesis
Benchmark comparison of Leptos to Leading JavaScript Web Frameworks
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Keywords
Repository
Benchmark comparison of Leptos to Leading JavaScript Web Frameworks
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
Web Framework Benchmark
This repository contains the source code of the bachelor's thesis Benchmark comparison of Leptos to Leading JavaScript Web Frameworks.
The apps folder contains the source code of the used web frameworks,
while the benchmark folder contains the benchmark related code.
The services folder contains the source code of the RealWorld API server.
NOTE: In the thesis, the term RealWorld is referred to as Conduit. The code was not adapted to reflect this change yet.
Requirements
Setup
```bash
Install pnpm
corepack enable
Install dependencies
pnpm install
Build the Docker image
pnpm build:docker
Install the Playwright dependencies
pnpm --filter=benchmark-playwright exec playwright install ```
Benchmark
To execute the benchmark use the following command:
bash
pnpm run benchmark
The benchmark script accepts the following arguments:
--appSpace-separated list of frameworks to benchmark. Default:app-leptos app-react app-angular app-vue realworld-leptos realworld-react realworld-angular realworld-vue--repeatNumber of iterations to run the benchmark. Default:100
NOTE: For the
realworld-*benchmarks you need to start the RealWorld API server first. You can do this by running the following command:pnpm start:api
Example to benchmark Leptos with 100 iterations:
bash
pnpm start:api
pnpm run benchmark --app realworld-leptos --repeat 100
Research Paper and Citation
If you use this software for your research, please cite it as:
@masterthesis{candirBenchmarkComparisonLeptos2025,
type = {Bachelor's Thesis},
title = {Benchmark {{Comparison}} of {{Leptos}} to {{Leading JavaScript Web Frameworks}}},
author = {Candir, Salih and Benedikt, Dornauer},
year = {2025},
month = mar,
langid = {english},
school = {University of Innsbruck}
}
Owner
- Name: Salih Candir
- Login: CSalih
- Kind: user
- Location: Austria
- Company: @styleflasher
- Website: https://www.candir.at
- Repositories: 9
- Profile: https://github.com/CSalih
I turn coffee :coffee: into code :magic_wand:.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Candir" given-names: "Salih" orcid: "https://orcid.org/0009-0002-9039-7584" - family-names: "Dornauer" given-names: "Benedikt" orcid: "https://orcid.org/0000-0002-7713-4686" title: Replication package for: "Benchmark Comparison of Leptos to Leading JavaScript Web Frameworks" version: 1.0.0 date-released: 2025-03-31 url: "https://github.com/CSalih/bsc-web-benchmark" doi: 10.5281/zenodo.15108699
GitHub Events
Total
- Release event: 1
- Delete event: 3
- Push event: 6
- Pull request event: 7
- Create event: 3
Last Year
- Release event: 1
- Delete event: 3
- Push event: 6
- Pull request event: 7
- Create event: 3
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 14
- Average time to close issues: N/A
- Average time to close pull requests: 31 minutes
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.14
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 14
- Average time to close issues: N/A
- Average time to close pull requests: 31 minutes
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.14
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
- CSalih (4)