QtSocketIo
QtSocketIo copied to clipboard
socket.io implementation in Qt
Been looking for a Qt socket.io client without all the additional unnecessary dependencies and this project is a perfect fit! However, it doesn't appear to support socket.io 2.0? Last commit...
Hi, Does this support socket.io 1.0 version or above? http://socket.io/ I want to implement mobile client with Qt and QML for SailfishOs. Sailfish using Qt5.2 currently and I was checking...
I'm using Qt Creator 3.2.1(MSVC 2010, 32bit) to open the project file socketio.pro. But got the following Error message from Qt Creator: Error while parsing file F:/QtSocketIo-master/src/imports/qmlsocketio/qmlsocketio.pro. Giving up. Error...
Compiling the project source throws the following message: F:\QtSocketIo-master\src\socketio\qcallback.h:23: error: C2143: syntax error : missing ',' before '...' It seems like the errors point to many instances like template in...