https://github.com/ivanceras/sauron-perf
Rust frontend webframework relative to react
https://github.com/ivanceras/sauron-perf
Last synced: 9 months ago
JSON representation
Rust frontend webframework relative to react
- Host: GitHub
- URL: https://github.com/ivanceras/sauron-perf
- Owner: ivanceras
- License: mit
- Created: 2019-12-05T17:48:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T05:21:33.000Z (about 6 years ago)
- Last Synced: 2024-05-23T01:33:36.345Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ivanceras.github.io/sauron-perf/
- Size: 1.49 MB
- Stars: 21
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todomvc benchmark for rust frontend webframeworks relative to react,elm,vue
Rust webframeworks:
- [sauron](https://github.com/ivanceras/sauron)
- [mogwai](https://github.com/schell/mogwai)
- [seed](https://github.com/seed-rs/seed)
- [yew](https://github.com/yewstack/yew)

**[Run benchmark](https://ivanceras.github.io/sauron-perf/)**
## Setup:
```
cargo install basic-http-server
git clone https://github.com/ivanceras/sauron-perf
cd sauron-perf
basic-http-server
```
Open [http://localhost:4000](http://localhost:4000)