✉ Vuoi ricevere le nostre news? Iscriviti alla newsletter
Stai cercando altri testi di Chanda Abhishek?
Cerchi altro nel settore Scienze e tecnologia?
Altri titoli dello scaffale INFORMATICA per TUTTI?

Chanda Abhishek

Network Programming with Rust: Build fast and resilient network servers and clients by leveraging Rust's memory-safety and concurrency features

Editore: Packt Publishing

Prezzo: 47,00 €

Anno di pubblicazione: 2018

Tipologia: Libro

Scaffale: INFORMATICA per TUTTI

Settore: Scienze e tecnologia

Pagine: 278

EAN: 9781788624893

47,00 €
(prezzo di vendita al pubblico)
Non disponibile









Pagamenti sicuri con carta, bonifico, PayPal
Spedizioni e ritiri in negozio

Condividi questo titolo
Per info ordinabilità e tempi di consegna, inserisci la tua mail



Descrizione

Learn to write servers and network clients using Rust’s low-level socket classes with this guideKey FeaturesBuild a solid foundation in Rust while also mast ering important network programming detailsLeverage the power of a number of a vailable libraries to perform network operations in RustDevelop a fully functi onal web server to gain the skills you need, fastBook DescriptionRust is low -level enough to provide fine-grained control over memory while providing safety through compile-time validation. This makes it uniquely suitable for writing lo w-level networking applications.This book is divided into three main parts tha t will take you on an exciting journey of building a fully functional web server . The book starts with a solid introduction to Rust and essential networking con cepts. This will lay a foundation for, and set the tone of, the entire book. In the second part, we will take an in-depth look at using Rust for networking soft ware. From client-server networking using sockets to IPv4/v6, DNS, TCP, UDP, you will also learn about serializing and deserializing data using serde. The book shows how to communicate with REST servers over HTTP. The final part of the book discusses asynchronous network programming using the Tokio stack. Given the imp ortance of security for modern systems, you will see how Rust supports common pr imitives such as TLS and public-key cryptography.After reading this book, you will be more than confident enough to use Rust to build effective networking sof twareWhat you will learnAppreciate why networking is important in implementi ng distributed systemsWrite a non-asynchronous echo server over TCP that talks to a client over a networkParse JSON and binary data using parser combinators such as nomWrite an HTTP client that talks to the server using reqwestModif y an existing Rust HTTTP server and add SSL to itMaster asynchronous programmi ng support in RustUse external packages in a Rust projectWho this book is fo rThis book is for software developers who want to write networking software wi th Rust. A basic familiarity with networking concepts is assumed. Beginner-level knowledge of Rust will help but is not necessary.