top | item 34055178

(no title)

struct | 3 years ago

I'm going to try and learn Rust (started and failed several times already), probably by building something with actix-web

discuss

order

steveklabnik|3 years ago

You may also want to check out https://github.com/tokio-rs/axum if actix-web doesn't click for you.

cercatrova|3 years ago

I tried both, I'm not sure how Axum is much different than actix-web, seems like they both have similar syntax for creating a new router, adding routes and middleware, and starting the server. I think actix-web has macro-defined routes but I haven't been using those anyway.

Bilal_io|3 years ago

My goal was to explore and learn Rust and/or Go in 2022... Not sure the remaining 2 weeks will cut it, so I'll have to carry the goal into 2023.

vrnvu|3 years ago

You can learn Go in 2 weeks. That's one of it's selling points!

Just dig into the official resources [1].

https://go.dev/doc/