axum
Ergonomic and modular web framework built with Tokio, Tower, and Hyper (by tokio-rs)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mosys
Posts with mentions or reviews of mosys.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-25.
axum
Posts with mentions or reviews of axum.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-20.
-
Rusty Backends
To find answers, we wanted to get our hands dirty with three popular Rust web frameworks including rocket, axum, and actix, and get a feeling for their performance, features, and most importantly the developer experience.
-
Axum 0.8.0
I really hope guide-level docs are on the roadmap for Axum. The current situation of "here are some (third-party) blog posts"[0] is not greatly encouraging.
[0]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md#tuto...
- Web framework Axum v0.8.0 (rust)
-
Step-by-Step Guide to Server-Side Render React with Rust
For this example, we will use axum, a web framework that works on top of tokio.
-
How to Deploy Your Rig App on AWS Lambda: A Step-by-Step Guide
If your lambda handles multiple endpoints of your API, the crate axum facilitates the routing within the lambda.
-
Using Polars in Rust for high-performance data analysis
We’ll use Axum with Tokio to build a web backend, Tracing for logging, and Serde for serialization and deserialization.
-
Replacing Nginx with Axum
After I read a bit about axum [1], it says it's a relatively thin wrapper on top of hyper [2], a fast and correct HTTP library.
In other words, what can be done with NGINX, it can be achieved with axum (assuming you know Rust).
It looks interesting, I'm not going to lie!
[1] https://github.com/tokio-rs/axum
[2] https://crates.io/crates/hyper
-
Declarative macro magic from Axum in Rust
If you are familiar with API development in Rust, you may recognize this syntax from Axum. This puzzling question piqued my curiosity and led me to build Cairo, where I re-implemented some key Axum concepts in a simpler way as a learning exercise. I’ve long been fascinated by the intermediate + advanced concepts library authors employ to make their interfaces feel frictionless. Rust sits in a brilliant space because of the way it melds high-level expressiveness with low-level control and performance. One of the ways it accomplishes this is using macros.
-
Axum/Tera & Real Shortcodes in Rust: A WordPress-Like Implementation
Let's create a small prototype in Rust to demonstrate the concept using Tera and Axum.
-
Bundle frontend into axum binary using include_dir
There are some proposals on how to do it already such as https://github.com/tokio-rs/axum/issues/1698.
What are some alternatives?
When comparing mosys and axum you can also consider the following projects:
smoltcp - a smol tcp/ip stack
actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
kerla-demo - ssh://demo.kerla.dev
ntex - framework for composable networking services
headcrab - A modern Rust debugging library 🦀
salvo - A powerful web framework built with a simplified design.