- mkdir build
- cd build && cmake ..
- cmake --build . --target hello-server
tzy@LAPTOP-595ER4EN:~/websocket/build/bin$ ./hello-server
connect websocket server success!!!
onmessage recv:hello server
hello world!!!!
write [hello world!!!!] success!!!!
onmessage recv:hello world!!!!
hello websocket!!!!!!
write [hello websocket!!!!!!] success!!!!
onmessage recv:hello websocket!!!!!!
^Cbyby!!!