IXWebSocket/examples/ws_connect
Benjamin Sergeant 93f16018f7 typo
2018-10-09 15:25:17 -07:00
..
CMakeLists.txt typo 2018-10-09 15:25:17 -07:00
README.md New ws_connect example. Close to wscat node.js tool. 2018-10-09 14:35:08 -07:00
ws_connect.cpp New ws_connect example. Close to wscat node.js tool. 2018-10-09 14:35:08 -07:00

Building

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

Disable TLS

  • Enable: cmake -DUSE_TLS=OFF ..
  • Disable: cmake -DUSE_TLS=ON ..