Total noob in Web Dev and want to start a project

Hi,

My dev background these last 10 years is Android dev then Windows Driver dev / high level layer firmware dev.

I want to start a web project as a hobby which will be basically a grocery list manager with a backend on the server, shareable lists, user management, a front-end and a friend will write an Android client.

So I'm totally new to Web dev and I'm wondering which crates to use as a web framework, how to write the front-end using Rust…

So basically, I'm looking for resources to learn web development using Rust, obviously :slight_smile:

Thanks for any pointers!

Regards

1 Like

Check out Rocket

1 Like

Hey! I started a series about Web Development in Rust. It is ongoing and starts with the basics. So maybe have a look and see if that's helpful for you.

I also give an overview of the network stack, and each post starts with the "basics":

Feel free to give feedback or what you would need to get started or dig deeper!

Have fun!

3 Likes

Thank you very much! Going to read that :smiley:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.