Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Boost.Asio C++ Network Programming Cookbook

Posted By: naag
Boost.Asio C++ Network Programming Cookbook

Dmytro Radchuk, "Boost.Asio C++ Network Programming Cookbook"
English | ISBN: 1783986549 | 2016 | EPUB/MOBI/PDF (True) | 277 pages | 3,4 MB

With: Code Files

Key Features

Build highly efficient distributed applications with ease
Enhance your cross-platform network programming skills with one of the most reputable C++ libraries
Find solutions to real-world problems related to network programming with ready-to-use recipes using this detailed and practical handbook

Book Description

Starting with recipes demonstrating the execution of basic Boost.Asio operations, the book goes on to provide ready-to-use implementations of client and server applications from simple synchronous ones to powerful multithreaded scalable solutions. Finally, you are presented with advanced topics such as implementing a chat application, implementing an HTTP client, and adding SSL support. All the samples presented in the book are ready to be used in real projects just out of the box.

As well as excellent practical examples, the book also includes extended supportive theoretical material on distributed application design and construction.

What you will learn

Boost your working knowledge of one of the most reputable C++ networking libraries―Boost.Asio
Familiarize yourself with the basics of TCP and UDP protocols
Create scalable and highly-efficient client and server applications
Understand the theory behind development of distributed applications
Increase the security of your distributed applications by adding SSL support
Implement a HTTP client easily
Use iostreams, scatter-gather buffers, and timers