上传者: 42181693
|
上传时间: 2022-03-14 09:33:45
|
文件大小: 9KB
|
文件类型: -
websocket-client-c
使用的websocket c客户端演示
它可以与websocket服务器通信
准备libwebsockets
git clone https://libwebsockets.org/repo/libwebsockets
cd libwebsockets/
mkdir build
cd build/
cmake ..
make
make install
建造
make
运行websocket服务器
https://github.com/ityuhui/webserver-go.git
cd webserver-go/
go run main.go
跑步
./websocket_client