Reputation: 35
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
Reputation: 35
SOLUTION For this problem do not use socket.io, but normal WebSockets.
Upvotes: 2