An open API service indexing awesome lists of open source software.

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

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)

![](https://raw.githubusercontent.com/ivanceras/sauron-perf/master/img/2019-12-17.png)

**[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)