Actix-web framework master #3855
Unanswered
QaisarAzeemi
asked this question in
General
Replies: 1 comment 2 replies
-
Check out the actix getting started guide. If that is not enough, then I have heard that Zero To Production is really good. As for the three things you listed, they are not for the same purposes. Actix-web is a higher level framework for web servers. Hyper is a low-level library for web servers, but you would usually not use hyper directly — instead actix-web would use hyper (or something similar). Tokio is an asynchronous runtime, and you can think of it as the standard library for asynchronous Rust code. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to master Actix-web framework for Rust by building and developing different projects. I searched it on google but couldn't find any project to work and reproduce for learning purpose. I need your kind help in this regard.
my second question is that is actix web and tokio.rs and hyper are used for same purposes (Different paths to reach same destination) or they have different use?
Thanking you in anticipation :)
M Qaisar Azeemi
Beta Was this translation helpful? Give feedback.
All reactions