Cargando…

RUST WEB PROGRAMMING : a hands-on guide to developing fast and secure web apps with the ... rust programming language.

Rust is a new and fast programming language that provides memory safety without a garbage collector. With its low memory footprint, it allows web developers to build high-performance and secure web apps with relative ease. This book will help web developers to adopt Rust for web app development, whi...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: FLITTON, MAXWELL
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Place of publication not identified] PACKT Publishing Limited, 2021.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Table of Contents Quick Introduction to Rust Designing Your Web Application in Rust Handling HTTP Requests Processing HTTP Requests Displaying Content in the Browser Data Persistence with PostgreSQL Managing User Sessions Building RESTful Services Testing Our Application Endpoints and Components Deploying Our Application on AWS Understanding Rocket Web Framework Appendix A: Understanding the Warp Framework.