this post was submitted on 15 Dec 2020
0 points (NaN% liked)

Rust Programming

8438 readers
42 users here now

founded 5 years ago
MODERATORS
 

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?

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 4 years ago
[โ€“] [email protected] 1 points 4 years ago* (last edited 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)