Rocket v0.5: Stable, Async
rocket.rs
Rocket v0.5: Stable, Async
1–10 of 59 posts
Re: Rocket v0.5: Stable, Async
#2Re: Rocket v0.5: Stable, Async
#3Re: Rocket v0.5: Stable, Async
#4I still think Rocket is the most concise web framework for Rust after 5 years now of using it in projects and even newer frameworks, and also is one of the best examples of how ergonomic you can make frameworks and DSLs in-general using Rust's type system.
For those wondering what makes it so different, the "batteries included" approach really differentiates it from other web frameworks in Rust, and it reduces the total amount of boilerplate you need to setup for simple middleware, streams, and security just about everything you need to do for simple web services.
Re: Rocket v0.5: Stable, Async
#5I think many newcomers think that Rocket is “the web framework” in Rust. And if author goes silent again they will be let down. It casts kinda bad shadow on Rust community but we have better alternatives.
Re: Rocket v0.5: Stable, Async
#6What the advantage over axium(please correct me)
Re: Rocket v0.5: Stable, Async
#7Past me would have loved this update. Thank you in his name!
Re: Rocket v0.5: Stable, Async
#8Hate to say that but I’d be happier if this never happened. I think many newcomers think that Rocket is “the web framework” in Rust. And if author goes silent again they will be let down. It casts kinda bad shadow on Rust community but we have better alternatives.
Re: Rocket v0.5: Stable, Async
#9What the advantage over axium(please correct me)
Re: Rocket v0.5: Stable, Async
#10Hate to say that but I’d be happier if this never happened. I think many newcomers think that Rocket is “the web framework” in Rust. And if author goes silent again they will be let down. It casts kinda bad shadow on Rust community but we have better alternatives.