Rust for web development: 3 years later

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. bloom

    The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more (by skerkour)

    Static linking is remarkably easy: Creating small Docker images is a delight.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. tokio

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

    Rust will make you a better programmer: Rust is complicated and won't leave you alone if you don't understand how it works in detail. It takes time and patience to master, but once you do, you'll have learned so many things that you'll never approach programming as before. I understood how Go's runtime works while learning how tokio works.

  4. actix-web

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

    actix-web

  5. axum

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

    actix-web replaced by axum for the HTTP layer.

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

    sqlx for the database (PostgreSQL).

  7. Rusoto

    AWS SDK for Rust

    rusoto

  8. aws-sdk-rust

    AWS SDK for the Rust Programming Language

    rusoto replaced by aws-sdk-rust to interface with AWS services for storage (S3), background jobs (SQS) and sending emails (SES).

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. tera

    A template engine for Rust based on Jinja2/Django

    tera for email templates.

  11. thiserror

    derive(Error) for struct and enum error types

    thiserror for my error types.

  12. tracing

    Application level tracing for Rust.

    tracing and sentry for instrumentation, logging and crash monitoring.

  13. sentry-rust

    Official Sentry SDK for Rust

    tracing and sentry for instrumentation, logging and crash monitoring.

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

  • Kubernetes for Developers

    4 projects | dev.to | 13 Jan 2024
  • Consuming an SQS Event with Lambda and Rust

    7 projects | dev.to | 3 Nov 2023
  • Introducing SQLPage : write websites entirely in SQL

    8 projects | /r/rust | 4 Jul 2023
  • GitHub - Qovery/engine: The Platform to Create Production-like Environments at the Speed of Light ⚡️

    1 project | /r/u_bear007 | 8 Nov 2022
  • Have you ever deployed infrastructure on AWS China?

    1 project | /r/devops | 14 Jul 2022

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