- Boost.Asio C++ Network Programming(Second Edition)
- Wisnu Anggoro John Torjo
- 109字
- 2021-07-16 20:09:46
Preface
Network applications were not very easy to develop about two decades ago. But thanks to Boost.Asio, which has provided us with the network programming function as well as the asynchronous operations functionality to program a network application, we can now develop them easily. Since data transmission over a network can take a long time, which means acknowledgments and errors may not be available as fast as the functions that send or receive data can execute, the asynchronous operations functionality is really required in network application programming. In this book, you will learn the basics of networking and also how to develop a network application using the Boost.Asio libraries.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- 程序員面試筆試寶典(第3版)
- JavaScript修煉之道
- RTC程序設計:實時音視頻權威指南
- 深度強化學習算法與實踐:基于PyTorch的實現
- Building an RPG with Unity 2018
- 從零開始學C語言
- 新一代SDN:VMware NSX 網絡原理與實踐
- Test-Driven JavaScript Development
- JavaScript程序設計(第2版)
- Learning Modular Java Programming
- JSP程序設計實例教程(第2版)
- R Data Science Essentials
- Kotlin Programming By Example
- Application Development with Swift