Socket communication between c++ Client and node.js Server

I want to make my c++ app (running on Linux system) to connect and send data to node.server via socket.

I tried to implement small sample app by using socket.io library (https://github.com/uning/socket.io-client-cpp), but doesnt helping me to achieve my goal.

Any guidance on this or alternative to do something like this.