For web servers, definitely check out rocket.rs and also warp. For the latter you will also want to brush up on rust Async / await. There are some really good YouTube videos about rust Async as well as a separate "Async book"
For web client, my favourite is yew but several other exist as well.
Have a look at arewewebyet.org for a catalogue of what's available
For web servers, definitely check out rocket.rs and also warp. For the latter you will also want to brush up on rust Async / await. There are some really good YouTube videos about rust Async as well as a separate "Async book"
For web client, my favourite is yew but several other exist as well.
Have a look at arewewebyet.org for a catalogue of what's available
Thanks alot