
Example boilerplate for websites in pure Rust
The Rocket/Yew Starter Pack is a framework for building web servers in Rust and front-end apps using WebAssembly technologies. It combines the backend framework Rocket with the front-end framework Yew. The project includes an example todoMVC app that syncs local state with a backend Rocket server. The repo layout can serve as a basic example but may require rewriting the internals.
The Rocket/Yew Starter Pack is a framework that combines the Rust web server framework Rocket with the front-end framework Yew. It provides a Flask-like routing API for the backend and allows writing front-end apps in Rust using WebAssembly technologies. The project includes an example todoMVC app and provides scripts for building and shipping the UI as static assets. The repository serves as a basic example of how to structure a Rust web development project but may need to be rewritten to stay up to date with the evolving front-end Rust web development space.
