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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rusty-razor

    Discontinued 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)).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • 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