Practical Rust Web Projects
Practical Rust Web Projects Go beyond the basics of Rust and build web and serverless cloud applications. Each chapter is organized in the following format: what this kind of application looks like;…
Specifikacia Practical Rust Web Projects
Practical Rust Web Projects
Go beyond the basics of Rust and build web and serverless cloud applications. 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. The applications explained in this practical book include web sites, RESTful APIs, a real-time web chat application, and frontend application with WebAssembly.
After reading the book, you will be able to apply your Rust knowledge to build your own web projects.What You Will LearnBuild dynamic websites with databasesBuild RESTful APIsWrite