ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Practical Rust Web Projects: Building Cloud and Web-Based Applications

دانلود کتاب پروژه های وب عملی Rust: ساختن برنامه های کاربردی ابری و مبتنی بر وب

Practical Rust Web Projects: Building Cloud and Web-Based Applications

مشخصات کتاب

Practical Rust Web Projects: Building Cloud and Web-Based Applications

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 1484265882, 9781484265895 
ناشر: Apress 
سال نشر: 2021 
تعداد صفحات: 256
[260] 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 3 Mb 

قیمت کتاب (تومان) : 53,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 1


در صورت تبدیل فایل کتاب Practical Rust Web Projects: Building Cloud and Web-Based Applications به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب پروژه های وب عملی Rust: ساختن برنامه های کاربردی ابری و مبتنی بر وب نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب پروژه های وب عملی Rust: ساختن برنامه های کاربردی ابری و مبتنی بر وب

فراتر از اصول اولیه Rust بروید و برنامه های ابری وب و بدون سرور بسازید. برنامه های کاربردی توضیح داده شده در این کتاب کاربردی شامل وب سایت ها، API های RESTful، یک برنامه چت وب بلادرنگ، و برنامه frontend با WebAssembly است. هر فصل در قالب زیر سازماندهی شده است: این نوع برنامه چگونه به نظر می رسد. الزامات برای برنامه نمونه؛ مقدمه ای بر کتابخانه های Rust مورد استفاده. اجرای گام به گام برنامه نمونه، از جمله دام های رایج و بهترین شیوه ها؛ و مقایسه مختصری از کتابخانه ها و چارچوب ها در همان حوزه. این کتاب چشمان شما را به دنیای برنامه های کاربردی وب Rust باز خواهد کرد. پس از مطالعه کتاب، می توانید دانش Rust خود را برای ساخت پروژه های وب خود به کار ببرید. آنچه یاد خواهید گرفت وب سایت های پویا با پایگاه داده بسازید ایجاد API های RESTful یک سرور WebSocket بنویسید که می تواند یک برنامه چت بلادرنگ را در Rust راه اندازی کند. مزایای محاسبات بدون سرور با استفاده از پشتیبانی Rust در Amazon Web Service Compile Rust to WebAssembly برای کارایی بالا برنامه های کاربردی frontend Who This Book Is For خواننده ای با دانش اولیه Rust، که مایل است در مورد نحوه اعمال Rust در یک سناریوی واقعی بیشتر بیاموزد. توسعه دهنده ای که در حال ارزیابی امکان ساخت پروژه بعدی خود در Rust است.


توضیحاتی درمورد کتاب به خارجی

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.



فهرست مطالب

Table of Contents
About the Author
About the Technical Reviewer
Chapter 1: Rust in the Web World
	Who Is This Book For?
	Who Is This Book Not For?
	Criteria for Selecting Libraries
		Pure-Rust
		Maturity
		Popularity
	How To Use This Book
		Chapter Overview
	Source Code
Chapter 2: Developing Websites
	What Are You Building?
	Hello World!
	Serving Static Files
	Rendering Dynamic Templates
	Using a Database
	Adding Cats with a Form
	Showing the Cat Detail Page
	Other Alternatives
Chapter 3: REST APIs
	What Are You Building?
	Converting the Cats List to a REST API
	API Testing
	Building the Cat Detail API
	Input Validation
	Error Handling
		Using a ResponseBuilder or Response
		Using the actix web::error Helpers
		Using a Generic Error That Implemented the ResponseError Trait
		Using a Custom-Built Error Type
	Customize the web::Path Extractor Error
	Logging
	Enabling HTTPS
	Other Alternatives
Chapter 4: Chatting in Real-Time with WebSocket
	Introduction to WebSocket
	What Are You Building?
	A WebSocket Echo Server
	Pushing Notifications from the Server
	Cleaning Up Unresponsive Clients
	Two-Way Chat
	Sending Structural JSON Data
	Other Alternatives
Chapter 5: Going Serverless
	What Are You Building?
	Registering an AWS Account
	Hello World in Lambda
	Making a REST API with Lambda
	Using the Serverless Framework
	Building the /cats API
	Building the Upload API
	Uploading the Image Using S3 Presigned URL
	Adding the Frontend
	Other Alternatives
Chapter 6: High-Performance Web Frontend Using WebAssembly
	What Is WebAssembly?
	What Are You Building?
	Hello WebAssembly!
		Setting Up the Development Environment
		Creating the Project
		Creating the Frontend
	Resizing Images with WebAssembly
		Loading an Image File Onto the 
		Passing the Image to Wasm
	Writing the Whole Frontend in Rust
		Setting Up Yew
	A Hello World Example
	Reimplement the Image-Processing Frontend with Yew
	Other Alternatives
Index




نظرات کاربران