aimeric/axum-demo
Simple rust web api to demonstrate axum framework capabilities.
422
Axum is a web framework that is supported by the tokio team. It integrate natively with the tower and tower-http ecosystem, so we can use middleware, services, and utilities with axum. Moreover, we can also use this with other framework that work with tower like hyper for http and tonic for grpc.
docker pull aimeric/axum-demo