Hello guys!
I am very new to Rust (so far I used a little Python, C# and Java). I want to make websites in Rust in future. Today I just made only "Hello World" with Actix framework. I have few noob questions:
-
Which frameworks are good to go? I mean which are mature enough and in heavy development and have good docs/examples? I have seen on website AreWeWebYet.org that the choice of frameworks is quite big (I am surprised thaht Rust have so much web libraries). So far I met a little with Actix and Pencil (I like this microframewoork, which is Flask insipired).
-
What would you choose / recommend for REST API only?
-
How typical web - deployment looks like in Rust? Is it like in Golang, that you put one binary file on server and just run it?
THANKS !!!
CC1