Just curious as I’ve been getting interested in web development with Rust. Are any of the other Rust websites open source so I can see how they implemented them?

  • jplatte@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    4 years ago

    I’ve built a couple sites that use Rust in different ways:

    • turbo.fish: Uses Rocket, a Rust web backend framework (behind nginx reverse proxy)
    • blog.turbo.fish: Built with Zola, a static site generator written in Rust (hosted by GitHub pages)
    • caniuse.rs: Built with Yew, a Rust web frontend framework (served by nginx)