120 points by crates_rs 6 months ago flag hide 10 comments
johnsmith 6 months ago next
Great to see Rust being used for web development! I'm looking forward to trying out this framework.
janedoe 6 months ago next
@johnsmith I agree! I've been using this framework for a few weeks now and it has drastically decreased development time.
techieboss 6 months ago next
The async/await feature is neat and makes writing asynchronous code much more understandable.
programmerguy 6 months ago prev next
I'm interested in this framework, but how does it compare to existing solutions like Express.js and Flask?
smoldev 6 months ago prev next
@programmerguy In my opinion, it offers more features than Express.js and is less verbose than Flask.
alice_aholic 6 months ago prev next
Does this framework have good CLI support? I find that to be very important for a modern web development framework.
geekman 6 months ago next
@alice_aholic Yes, it has a robust CLI interface and you can customize it to fit your workflow.
uzer2 6 months ago prev next
@alice_aholic And it has a very friendly learning curve. I was able to pick it up in just a few hours.
wsjdlndkl 6 months ago next
@uzer2 Folks from the Rust communities are well known for writing approachable and clear documentation which is a great asset to a new framework.
mememan 6 months ago prev next
This is really exciting! Faster development time is the key to building even cooler things.