Website with javascript disabled

Hi,

I'm currently learning Rust with the idea of creating web apps.
How should I proceed if I wanted to create a dynamic website without the client having to have javascript on (for example NoScript users).
Is there specific ways / frameworks to do so ?

Actix-web is a popular choice for server-side frameworks. For templating I like ructe.

1 Like

Thanks for the quick reply, I'll start looking into it !

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.