Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

WebSocket client

$
0
0
Hello everybody, I am developing application that need to communicate with remote server via websockets. I was looking for some websocket client implementations and I have found QtWebSockets [github.com]. I was trying to connect to localhost python server on port 8888, or to echo.websocket.org on port 80. But it doesn’t seem to work, I am getting QAbstractSocket::ConnectionRefusedError and QAbstractSocket::RemoteHostClosedError. I know that localhost server is running ok – I have created simple html page with JavaScript and it works. Has anybody some experience with this? Is this client ment only for communication with QWsServer?

Viewing all articles
Browse latest Browse all 18427

Trending Articles