当前位置: 首页 > 工具软件 > beast > 使用案例 >

基于Boost::beast模块的异步WebSocket服务器

商焕
2023-12-01

实现功能

基于Boost::beast模块的异步WebSocket服务器

C++实现代码

#include <boost/beast/core.hpp>
#include <boost/beast/websocket.hpp>
#include <boost/asio/dispatch.hpp>
#include <boost/asio/strand.hpp>
 类似资料: