DEV Community

Discussion on: State of Rust Web Frameworks (Server, DB)

Collapse
 
stevensonmt profile image
stevensonmt

I've tried my hand at several of the frameworks mentioned and find Warp to have the easiest learning curve for getting up and running. For doing more complex things actix is probably best because of the more extensive documentation out there from end users (blogs and tutorials) with Rocket a close second. If you have a background in web frameworks from other languages, you'll probably find some projects trying to duplicate those experiences, like Roa mimicking Koa.js.