Entradas

Para ser desarrollador web con Rust

Inspirado en una iniciativa similar existente para Golang, el autor replica un esquema parecido para mostrar los conocimientos necesarios para convertirse en un desarrollador web profesional con Rust:

https://github.com/csharad/rust-web-developer-roadmap/

An introduction to Web Development with Rust for Node.js Developers

On the Rust side of things, just TCP is implemented in the Rust Core. The current web frameworks (actix and rocket) are implementing everything up until HTTP though. So you don’t need to care where this is coming from.

If you want to use pure HTTP calls without any larger framework, you can install “crates” (equivalent to npm packages in the Node world) which implement the HTTP protocol (like hyper and tiny_http).

https://morioh.com/p/81bce2efcb4f/an-introduction-to-web-development-with-rust-for-node-js-developers