Qt WebSocket library
$ git clone --recursive https://github.com/gustavosbarreto/qwebsocket.git
$ cd qwebsocket
$ cmake -DCMAKE_INSTALL_PREFIX=/usr
$ make
$ make install
Connect to a WebSocket server
Disconnect from the server
Send a message to the server
Emitted when a message arriaves from the server
Emitted when the connection to the server is open
Emitted when the connection to the server was closed
Emitted when the connection to the server has failed