- 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.
推薦閱讀
- Vue.js 2 and Bootstrap 4 Web Development
- TestNG Beginner's Guide
- 精通軟件性能測(cè)試與LoadRunner實(shí)戰(zhàn)(第2版)
- SAS數(shù)據(jù)統(tǒng)計(jì)分析與編程實(shí)踐
- C#實(shí)踐教程(第2版)
- SQL Server與JSP動(dòng)態(tài)網(wǎng)站開發(fā)
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- 深入剖析Java虛擬機(jī):源碼剖析與實(shí)例詳解(基礎(chǔ)卷)
- Azure Serverless Computing Cookbook
- Web性能實(shí)戰(zhàn)
- Java Web從入門到精通(第2版)
- Python大規(guī)模機(jī)器學(xué)習(xí)
- PhoneGap 4 Mobile Application Development Cookbook
- 分布式數(shù)據(jù)庫HBase案例教程
- 軟件設(shè)計(jì)模式(Java版)