#axum
Read more stories on Hashnode
Articles with this tag
In this article, we are going to build a proxy server using the Rust programming language and the Axum framework. The server is designed to block...
DISCLAIMER: This article will focus on how to integrate the app with Prometheus and Grafana. Learn how to monitor an Axum app with Prometheus and...
DISCLAIMER: This is not a comprehensive article about logging or tracing. The service we will build is really simple, with an endpoint and with...
I found Shuttle weeks ago while I was scrolling through Reddit, I found it really cool, and I want to try it immediately, and I thought it would be a...
I started to use Axum a few weeks ago, honestly, I'm a fan of the framework, so I'm writing this article to document my learning. In this article, we...
I'm a newbie in Rust and I was looking for a web framework to use and build a server or an API, and I found Axum on Github, and I want to start to use...