Sites/Web Apps with Rust backend?

Hi, I've been looking for sites/web apps that use Rust as their main backend language.
So far, I've only found a few, namely:

I'm aware there are a variety of popular Rust web frameworks out there, so I would expect fairly high adoption of it in the web space.
If anyone knows of any more sites/web apps with a Rust backend, please link/explain below. I'm mainly looking for sites with a live version available.

Thanks.

Crates.io's backend is written in Rust, but it was created before any of the web frameworks existed so it doesn't use any :slight_smile: https://github.com/rust-lang/crates.io

2 Likes

I have a webapp demo, if that counts.
http://diwata.herokuapp.com/
It's a data viewer for postgresql and sqlite.
Source code is here

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.