What is the current ideal choice for server-side rendered web frameworks?

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

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SonarQube - Static code analysis for 29 languages.
  • Mergify - Updating dependencies is time-consuming.
  • rusty-razor

    Rusty razor - A Rust implementation of the Razor view engine. (by am0d)

    There is also a bunch of similar [crates]((https://lib.rs/search?q=template)) and archived attempt at implementing [Razor Pages](https://github.com/am0d/rusty-razor)

  • actix-web

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

    I used [actix-web](https://actix.rs/) + [liquid](https://lib.rs/crates/liquid) exactly because I wanted to create a website that works with JS disabled (You may look at the ball of mud I made [here](https://github.com/magackame/neor)).

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • tera

    A template engine for Rust based on Jinja2/Django

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