Architecture with rust

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • yew

    Rust / Wasm framework for creating reliable and efficient web applications

  • Frontend: anything you like will do. If you want to build frontend with react-inspired framework on Rust, then consider Yew.

  • actix-web

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

  • Backend: Actix and Axum are are popular frameworks atm. Actix is older and was tested in production by some teams. Axum is newer but is maintained as part of tokio.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • axum

    Ergonomic and modular web framework built with Tokio, Tower, and Hyper

  • Backend: Actix and Axum are are popular frameworks atm. Actix is older and was tested in production by some teams. Axum is newer but is maintained as part of tokio.

  • rustls

    A modern TLS library in Rust

  • Then you also might need to use rustls , some kind of oauth crate and a persistence layer of choice (database).

  • sqlx

    🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)

  • For SQL databases a popular crate would be sqlx

  • 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.

    WorkOS logo
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