4

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.

8
  • 5
    What have you tried? Commented Mar 14, 2013 at 9:09
  • Related Commented Mar 14, 2013 at 9:14
  • OK, so you've said what you want. Now where's the question? Commented Mar 14, 2013 at 9:23
  • @freakish : Opps.. In hurry forgot to add other information... I have edited question...!! Commented Mar 14, 2013 at 9:30
  • @PeterWood : Already tried that, Connection is done between two sockets(c++ client socket & node.js server socket), but no data transfer is not happening..!! Commented Mar 14, 2013 at 13:06

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.