C++ WebSocket

By | 2022년 2월 1일
Table of Contents

C++ WebSocket

. . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . .

install

sudo apt-get install libboost-all-dev
sudo apt install libwebsocketpp-dev

endpoint, connection

cmake 오류가 발생하면 로그아웃 후 다시 로그인해서 시도해본다.

git clone https://github.com/zaphoyd/websocketpp.git
cd websocketpp
mkdir build
cd build/
cmake -DBUILD_EXAMPLES=ON ..

cd examples/debug_server/CMakeFiles/

답글 남기기