Tower Web – A fast, boilerplate free, web framework for Rust
1–3 of 3 posts
Re: Tower Web – A fast, boilerplate free, web framework for Rust
#2Cool. Reminds me of how exciting it was to discover the Ruby framework Sinatra after using Rails for so many years.
Re: Tower Web – A fast, boilerplate free, web framework for Rust
#3Definitely a framework to play with. Currently using Actix-web https://github.com/actix/actix-web and Tower Web seems like a more ergonomic web framework that still has async. Not sure that it can beat actix-web in speed and throughput though.