Which backend framework should be chosen for beginner?

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Rocket

    A web framework for Rust.

    Forgot to add a link: rocket.rs

  2. InfluxDB

    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.

    InfluxDB logo
  3. intellij-rust

    Rust plugin for the IntelliJ Platform

    figure out testing, you probably want to structure your app in a way that allows you to run it in testing (Zero to Production has a great approach to that). There are helpers for testing like sqlx::test but CLion Rust plugin doesn't support them yet, it breaks code analysis (afaik the fix is not released yet).

  4. zero2prod

    Developed following the book "Zero To Production In Rust" using axum instead of actix-web. (by mattiapenati)

    Someone rebuilt the project from Zero to Production with axum. https://github.com/mattiapenati/zero2prod

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

  • Rust noob looking for a code review please

    3 projects | /r/rust | 18 Jul 2022
  • Nextcloud is now using Rust

    4 projects | /r/rust | 23 Feb 2021
  • Intellij Rust

    1 project | news.ycombinator.com | 11 Jul 2023
  • Need recommendations for technologies, frameworks etc. for an IoT device project in Rust

    2 projects | /r/embedded | 22 Jun 2023
  • Rust for web development

    2 projects | /r/rust | 19 Jun 2023

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