Network Programming with Rust [Video]

Packt has recently published a new Video Network Programming with Rust [Video] by Abhishek Chanda (July 2018)

Rust%203

This course is divided into three main parts that will take you on an exciting journey of building a fully functional web server. Given the importance of security for modern systems, you will see how Rust supports common primitives such as TLS and public-key cryptography.

This course will get you started with building networking software in Rust by taking you through all the essential concepts. After watching this course, you will be more than confident enough to use Rust to build effective networking software

The code bundle for this video course is available at: https://github.com/aswathy-Packt/Network-Programming-with-Rust

What will you learn:

  • Appreciate why networking is important in implementing distributed systems
  • Write a non-asynchronous echo server over TCP
  • Parse JSON and binary data using parser combinators such as nom
  • Write an HTTP client that talks to the server using reqwest
  • Modify an existing Rust HTTTP server and add SSL to it
  • Master asynchronous programming support in Rust
  • Use external packages in a Rust project

Author Bio:
Abhishek Chanda studied computer science at IIEST Shibpur in India and electrical engineering at Rutgers University. He has been working on networking and distributed systems since 2008. Over his career, he has worked with large companies (like Microsoft and Dell) and small startups (Cloudscaling, DataSine) in India, US, and the UK. He is enthusiastic about open source software and has contributed to a number of projects like OpenStack, Nomad etc. He contributes to a number of open source projects. He came across Rust in 2015 and found it to be a perfect fit for writing highly performant systems.

3 Likes

I don't know much about Packt -- is there a link to this video?
Is there a subscription fee or a payment required for the course?

1 Like