Announcing axum 0.3

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
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
  1. axum

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

    We talked a bit in Discord and decided to highlight community showcases and crates built with axum a bit differently. See https://github.com/tokio-rs/axum/pull/454. Hopefully this clears things up :)

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. chartered

    ✈️ a private, authenticated, permissioned cargo registry

    Just made the switch to 0.3 in chartered - build times are looking great compared to what they were before without boxing. Thanks for your great work

  4. warp

    A super-easy, composable, web server framework for warp speeds. (by seanmonstar)

    Looking through warp's implementation you also find stuff like https://github.com/seanmonstar/warp/blob/b6d1fc0719604ef1010aec00544408e6af1289a5/src/generic.rs which is cool as an academic exercise but I would like to keep axum's internals simpler if possible. One day I wanna sit down and actually learn how warp works internally. I come from a scala/haskell background so I like digging into stuff like this.

  5. tokio-tungstenite

    Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation

    Well, I don't even know what this is. I think you can find your answer in the tokio-tungstenite repo. That's what axum is using under the hood.

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

  • What's the best production-grade websocket library in Rust?

    2 projects | /r/rust | 10 Jul 2022
  • Rwf: Call for Beta Testers

    1 project | news.ycombinator.com | 2 Dec 2024
  • Show HN: A Dashboard of Web Benchmarks

    2 projects | news.ycombinator.com | 21 Aug 2024
  • How to know when can I send a message via a websocket with tokio tungstenite?

    1 project | /r/rust | 9 Dec 2023
  • Yet another Web-Socket implementation in rust.

    5 projects | /r/rust | 27 Mar 2023

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