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.
steveklabnik|3 years ago
cercatrova|3 years ago
Bilal_io|3 years ago
vrnvu|3 years ago
Just dig into the official resources [1].
https://go.dev/doc/