Rust and webassembly based blog.
Backend is based on Rocket and MongoDB, frontend is based on yew.
The css framework is spectre.
Why am I doing this?
- Just wanna try to use rust for both backend and frontend.
Does it work?
- Works fine.
Production?
- Not yet, due to the size of
.wasmfile. You can see it on the screenshot below.
$ cd blog
$ cargo web build --release --target=wasm32-unknown-unknown
$ cd ..
$ ROCKET_PORT=8080 cargo runVisit http://localhost:8080/blog.html.

