An open API service indexing awesome lists of open source software.

https://github.com/emelyantsev/boost_asio_programming


https://github.com/emelyantsev/boost_asio_programming

asynchronous-programming cpp linux network-programming vscode

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## Boost.Asio C++ network programming cookbook

1. [The basics](https://github.com/emelyantsev/boost_asio_programming/tree/main/Cookbook/Chapter01)
2. [I/O operations](https://github.com/emelyantsev/boost_asio_programming/tree/main/Cookbook/Chapter02)
3. [Implementing client applications](https://github.com/emelyantsev/boost_asio_programming/tree/main/Cookbook/Chapter03)
4. [Implementing server](https://github.com/emelyantsev/boost_asio_programming/tree/main/Cookbook/Chapter04)
5. [HTTP and SSL/TLS](https://github.com/emelyantsev/boost_asio_programming/tree/main/Cookbook/Chapter05)
6. [Other topics](https://github.com/emelyantsev/boost_asio_programming/tree/main/Cookbook/Chapter06)

### Useful links:

1. How to use **io_context** instead of *deprecated* **io_service**. [link](https://stackoverflow.com/questions/59753391/boost-asio-io-service-vs-io-context)