Ask HN: Anyone Using Rust for Web Development?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
www.influxdata.com
featured
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.com
featured
  • diesel

    A safe, extensible ORM and Query Builder for Rust

  • There are two problems with using Rust for web servers:

    1. The only production-ready Rust web servers require writing async request handlers. Async Rust is not fun.

    2. The only good Postgres client library is async: https://crates.io/crates/sqlx

    I'm trying to remedy the first problem with https://crates.io/crates/servlin .

    Solving the second problem will be another project. I hope someone else does it. There is https://crates.io/crates/diesel but it has the same problem as async Rust: incomprehensible compiler errors.

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

  • People who use rust and postgres in production along with RDS proxy, what do you do?

    1 project | /r/rust | 15 Nov 2023
  • The diesel project is looking for help

    1 project | /r/rust | 4 Nov 2023
  • Diesel Is a Safe, Extensible ORM and Query Builder for Rust

    1 project | news.ycombinator.com | 18 Sep 2023
  • Queryx: An Open-Source Go ORM with Automatic Schema Management

    3 projects | /r/golang | 5 Jul 2023
  • Diesel polls about upcoming features and guide topics

    1 project | /r/rust | 30 Jun 2023