Simple websocket server written in C++
使用C++编写的非阻塞websocket服务器
- 操作系统:linux或MacOS(windows暂不支持)
- C++标准17
git clone https://github.com/lsm1998/tiny-websocket.git
cd tiny-websocket
cmake .
make
Simple websocket server written in C++
使用C++编写的非阻塞websocket服务器
git clone https://github.com/lsm1998/tiny-websocket.git
cd tiny-websocket
cmake .
make