It's possible to use a node.js/Socket.IO server, using only websockets with a C++ client ????
I found some libraries that can use websockets, and i have a c++ application that i need to feed from the node.js/Socket.IO server (this server check for changes in a BD and announce to the client in realtime, works very good with a web client). I need to communicate with a C++ client...
Thanks in advance.