
- English
- ePUB (mobile friendly)
- Available on iOS & Android
About this book
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.
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.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover
- Front Matter
- 1. Rust in the Web World
- 2. Developing Websites
- 3. REST APIs
- 4. Chatting in Real-Time with WebSocket
- 5. Going Serverless
- 6. High-Performance Web Frontend Using WebAssembly
- Back Matter