tower-rs / tower

async fn(Request) -> Result<Response, Error>
https://docs.rs/tower
MIT License
3.56k stars 281 forks source link

Recommend Axum instead of Warp #720

Closed spencerbart closed 1 year ago

spencerbart commented 1 year ago

According to lib.rs and crates.io, Axum has been having major success and is now the number 1 HTTP server with more downloads than Warp.

I propose that tonic recommends Axum instead of Warp.