Serving a frontend with a Rust Web framework

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. MoonZoon

    Rust Fullstack Framework

    I've come across MoonZoon (https://github.com/MoonZoon/MoonZoon) which seems like an interesting full stack framework, but I'm wondering about a solution that would allow choosing both frontend and backend frameworks.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. diskuto-api

    A distributed, cryptographically-verifiable blog / social network

    For my project, FeoBlog (https://github.com/nfnitloop/feoblog/). I use https://crates.io/crates/rust-embed to embed static files in the built binary.

  4. rust-embed

    Discontinued Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.

    They even accepted one of my feature requests to add some file metadata which makes doing this kind of thing easier: https://github.com/pyros2097/rust-embed/issues/140

  5. yew-sse-example

    An example of use of yew-sse

    Funny, I did exactly this with a rocket backend and a yew frontend a while ago. I use the cargo xtask pattern for this. More information in my repository.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Rust Web Framework

    13 projects | news.ycombinator.com | 22 Oct 2024
  • How in hell can Warp be considered "super easy"?

    1 project | /r/rust | 20 Apr 2023
  • What is the best API generator for Axum?

    2 projects | /r/rust | 9 Apr 2023
  • Custom Warp error messages

    1 project | /r/rust | 8 Apr 2023
  • Looking for a Rust API with automatic documentation and good validation?

    4 projects | /r/rust | 5 Mar 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?