Practical Rust Web Projects: Building Cloud and Web-Based Applications
Autor Shing Lyuen Limba Engleză Paperback – 26 ian 2021
This book will open your eyes to the world of practical web applications of Rust. After reading the book, you will be able to apply your Rust knowledge to build your own web projects.
What You Will Learn
- Build dynamic websites with databases
- Build RESTful APIs
- Write a WebSocket server that can power a real-time chat app in Rust
- Discover the benefits of serverless computing using Amazon Web Service's Rust support
- Compile Rust to WebAssembly for high-performance frontend applications
Who This Book Is For
A reader with basic Rust knowledge, wishing to learn more about how to apply Rust in a real-world scenario. A developer who is evaluating the possibility to build their next project in Rust. Preț: 178.40 lei
Preț vechi: 222.99 lei
-20% Nou
Puncte Express: 268
Preț estimativ în valută:
34.14€ • 35.92$ • 28.27£
34.14€ • 35.92$ • 28.27£
Carte disponibilă
Livrare economică 24 decembrie 24 - 07 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484265888
ISBN-10: 1484265882
Pagini: 150
Ilustrații: XI, 256 p. 30 illus.
Dimensiuni: 155 x 235 x 28 mm
Greutate: 0.45 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484265882
Pagini: 150
Ilustrații: XI, 256 p. 30 illus.
Dimensiuni: 155 x 235 x 28 mm
Greutate: 0.45 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1: Rust in the Web World.- Chapter 2: Developing Websites.- Chapter 3: REST APIs.- Chapter 4: Chatting in Real Time with WebSocket.- Chapter 5: Going Serverless.- Chapter 6: High Performance Web Frontend using WebAssembly.
Notă biografică
Shing Lyu is a software engineer who is passionate about open source software. He's been working on Rust professionally at Mozilla, on the Firefox (Gecko) and Servo browser engine project. Currently, he is working at DAZN, a sports streaming platform as a backend developer, with a focus on AWS and serverless technology. Shing has worked for many world famous brands like Mozilla, Booking, and Intel. And, he is also active in the open source community. Being one of the founders of the Taiwan Rust community, he loves to share his enthusiasm for Rust with people.
Textul de pe ultima copertă
Go beyond the basics of Rust and build web and serverless cloud applications. The applications explained in this practical book include web sites, RESTful APIs, a real-time web chat application, and frontend application with WebAssembly. Each chapter is organized in the following format: what this kind of application looks like; requirements for the example program; an introduction to the Rust libraries used; step-by-step implementation of the example program, including common pitfalls and best practices; and a brief comparison of libraries and frameworks in the same domain.
This book will open your eyes to the world of practical web applications of Rust. After reading the book, you will be able to apply your Rust knowledge to build your own web projects.
You will:
- Build dynamic websites with databases
- Build RESTful APIs
- Write a WebSocket server that can power a real-time chat app in Rust
- Discover the benefits of serverless computing using Amazon Web Service's Rust support
- Compile Rust to WebAssembly for high-performance frontend applications
Caracteristici
Written by a Rust expert and a leading advocate for the language Covers a variety of practical applications using the Rust programming language Applications include web sites, RESTful APIs, and a real-time web chat application