#Library recommendation for a webapp

7 messages · Page 1 of 1 (latest)

mighty snow
#

Hello! I would need to make a small webapp with rust, what would you recommend I use? I've seen Yew and Iced exist (tried the later once). But maybe something else is more suited? I've also made an api or two with rocket, though I'm not sure it'd fit a webapp well.

#

I'd need the user of the webapp to tick some boxes, fill some forms. And I would need to display things a bit differently depending on those.

dry sphinx
#

fully rust: yew + axum

#

replace axum with smth like rocket if you want

silk dune
#

seed is a nice yew alternative.

mighty snow