Rust Web Programming. A hands-on guide to Rust for modern web development, with microservices and nanoservices - Third Edition - Helion
Tytuł oryginału: Rust Web Programming. A hands-on guide to Rust for modern web development, with microservices and nanoservices - Third Edition
ISBN: 9781835887776
Format: ebook
Księgarnia: Helion
Cena książki: 139,00 zł
Książka będzie dostępna od października 2024
Rust is no longer just for systems programming. This book will show you why this safe and performant language is a crucial up-and-coming option for developing web applications, and get you on your way to building fully functional Rust web apps. You don’t need any experience with Rust to get started, and this new edition also comes with a shallower learning curve.
You’ll get hands-on with emerging Rust web frameworks including Actix, Axum, Rocket, and Hyper. You’ll look at injecting Rust into the frontend with WebAssembly and HTTPS configuration with NGINX. Later, you’ll move onto more advanced async topics, exploring TCP and framing, and implementing async systems.
As you work through the book, you’ll build a to-do application with authentication using a microservice architecture that compiles into one Rust binary, including the embedding of a frontend JavaScript application in the same binary. The application will have end-to-end atomic testing and a deployment pipeline.
By the end of this book, you’ll fully understand the significance of Rust for web development. You’ll also have the confidence to build robust, functional, and scalable Rust web applications from scratch.
Zobacz także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Rust Web Programming. A hands-on guide to Rust for modern web development, with microservices and nanoservices - Third Edition eBook -- spis treści
- 1. A Quick Introduction to Rus
- 2. Useful Rust Patterns for Web Programming
- 3. End-to-End Testing
- 4. Designing Your Web Application in Rust
- 5. Async Rust
- 6. Processing HTTP Requests
- 7. Displaying Content in the Browser
- 8. Handling HTTP Requests
- 9. Data Persistence with PostgreSQL
- 10. Managing User Sessions
- 11. Building RESTful Services
- 12. Unit Testing
- 13. Injecting Rust in the Frontend with WebAssembly
- 14. Deploying our Application on AWS
- 15. Configuring Basic HTTPS with NGINX
- 16. Implementing Native Rust TLS
- 17. From Microservices to Nanoservices
- 18. Rocket
- 19. Axum
- 20. Exploring the Tokio Framework
- 21. Rolling our Own HTTP Protocol from TCP with Framing
- 22. Going One Level Higher with the Hyper Framework
- 23. Building gRPC Servers
- 24. Data Persistence with SurrealDB