Re: [SailfishDevel] socket.io client

2015-04-04 Thread Andrin Bertschi
Hi there, I used QtWebsocket by Antoine Lafarge for websocket connections in a sailfish project. If that helps in any way, the project is here https://github.com/abertschi/sailfish-wlan-keyboard. Regards > Date: Fri, 3 Apr 2015 20:53:13 +0300 > From: Samuli Silvius > To: Sailfish OS Developer

Re: [SailfishDevel] socket.io client

2015-04-03 Thread Samuli Silvius
Server side is running socket.io by node.js so I assumed I need socket.io implementation also in client side? Or how easily it can be done with plain Websockets? Don't know much about it... So trying to find similar client implementations as there is for Android https://github.com/nkzawa/socket.io-

Re: [SailfishDevel] socket.io client

2015-04-03 Thread Andrey Kozhevnikov
Hello https://qt.gitorious.org/qt/qtwebsockets can be compiled with Qt5.2 with no any problems Regards 03.04.2015 22:53, Samuli Silvius пишет: Hi, How to implement socket.io 1.x client with Qt and Qml? Found some alternatives from github: https://github.com/misterion/qml