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 (repost)

Posted By: interes
Boost.Asio C++ Network Programming (repost)

Boost.Asio C++ Network Programming by John Torjo
English | ISBN: 1782163263 | 2013 | 156 pages | EPUB | 1,1 MB

Enhance your skills with practical examples for C++ network programming.

Overview
Augment your C++ network programming using Boost.Asio
Discover how Boost.Asio handles synchronous and asynchronous programming models.
Practical examples of client/server applications.
Learn how to deal with threading when writing network applications.
Harness the power of Boost with plenty of examples that you can build upon.

In Detail

Network programming is not new and it's no secret that it's not an easy task. Boost.Asio provides an excellent level of abstraction, making sure that with a minimal amount of coding you can create beautiful client/server applications, and have fun in the process!.

"Boost.Asio C++ Network Programming" shows how to build client/server applications using a library that is part of the popular peer-reviewed Boost C++ Libraries. It analyzes whether you should go synchronous or asynchronous and the role that threading plays, whilst providing examples you can run and extend for yourself.

After covering the fundamentals of Boost.Asio you'll discover how you can build synchronous and asynchronous clients and servers. You will also see how you can have your own asynchronous functions play nice with Boost.Asio. As a bonus, we will introduce co-routines, which make asynchronous programming a piece of cake. Nowadays, network programming is a must, no matter what type of programmer you are. "Boost.Asio C++ Network Programming" shows just how simple networking can be, if you’re using the right tools.

What you will learn from this book
How to easily reference Boost.Asio programming.
Synchronous versus asynchronous using Boost.Asio.
How threading affects programming using Boost.Asio.
Create your own echo client and server.
More examples of client/server applications, both synchronous and asynchronous.
Implement your own asynchronous operations.
Co-routines: asynchronous operations with a synchronous feel.
Use Boost.Asio for SSL Networking.
Debug Boost.Asio.
Use Boost.Asio for more than just networking.