Axum
A minimal Axum web server
Axum
dobecad/axum-template
Just deployed
Overview
Axum is a web framework for building asynchronous and highly scalable applications in Rust with a strong focus on ergonomics and modularity.
Features
- Asynchronous and Scalable: Build asynchronous applications that can handle high levels of concurrency
- Ergonomic and Composable: Axum focuses on providing a clean and ergonomic API for web development. It offers intuitive and expressive abstractions for handling routing, middleware, and request/response handling
- Performance: Axum is a thin layer on top of Hyper, which is a fast and correct HTTP implementation for Rust
- Built entirely with safe Rust
Learn More
Template Content