william

Keep Calm and Markdown.

CppServer

使用 CppServer 实现 TCP/UDP 通信。

安装

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
apt-get install uuid-dev

pip3 install gil

git clone https://github.com/chronoxor/CppServer.git
cd CppServer
gil update

cd modules
rm -rf asio
pc git clone git@github.com:chriskohlhoff/asio.git
0%