Rochus
Rochus

Reputation: 35

Integrate QT client in Socket.io demo

I am a beginner and would like to understand how to realize this small application, using node.js, socket.io and QT.

I made a server-side chat, following the tutorial on socket.io/get-started/chat/. Now I would like to create a desktop client (QT and C ++) that exploits the same server nodejs. How can I get this? [sketch]

I am sorry for my bad English. Thank you all! :)

Upvotes: 1

Views: 753

Answers (1)

Rochus
Rochus

Reputation: 35

SOLUTION For this problem do not use socket.io, but normal WebSockets.

wp for node.js

QWebSockets for Qt

Upvotes: 2

Related Questions