Other Web Frameworks
Recipe | Crates | Categories |
---|---|---|
Implement a HTTP server using rocket | ||
leptos |
[other_frameworks.incl: fix (P1)](https://github.com/john-cd/rust_howto/issues/517)
Rust web framework comparison⮳
Implement a HTTP server using rocket
Web framework with a focus on usability, security, extensibility, and speed.
Rust + Rocket RealWorld framework implementation⮳
fn main() { todo!(); }
leptos
leptos
⮳ is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.
fn main() { todo!(); }
[other_frameworks: organize (P1)](https://github.com/john-cd/rust_howto/issues/518)