IXWebSocket/examples/ws_connect
2018-10-25 18:51:19 -07:00
..
CMakeLists.txt New ws_connect example. Close to wscat node.js tool. 2018-10-25 14:43:35 -07:00
README.md New ws_connect example. Close to wscat node.js tool. 2018-10-25 14:43:35 -07:00
ws_connect.cpp capture an error code and a reason when the server closes the connection 2018-10-25 18:51:19 -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 ..