asio示例:
Unicomm is a multiplatform C++ framework that allows to create custom network protocols over TCP transport. Unicomm takes care about communication details to make focus on business logic. It is based on Asio. SSL is also supported.
https://sourceforge.net/projects/libunicomm/files/latest/download?source=directory
http server example:
http://www.boost.org/doc/libs/master/doc/html/boost_asio/examples.html#boost_asio.examples.cpp03_examples
https://github.com/eidheim/Simple-Web-Server
HTTP and WebSocket implementations built on Boost.Asio in C++11 http://vinniefalco.github.io/
https://github.com/vinniefalco/Beast
boost:http 开发中
https://github.com/BoostGSoC14/boost.http
http://lists.boost.org/boost-announce/2015/08/0452.php
https://boostgsoc14.github.io/boost.http/tutorial.html
downloading web content using a URL
http://think-async.com/Urdl/doc/html/index.html
本文介绍了基于Asio库进行网络编程的多个示例,包括使用Unicom库创建自定义TCP网络协议,以及利用Boost.Asio实现HTTP服务器和WebSocket服务的案例。此外还提到了基于C++11的HTTP和WebSocket实现,并展示了如何使用Boost库进行HTTP开发。
1278

被折叠的 条评论
为什么被折叠?



