Sunday, March 2, 2014

Node.js server communicate with Android client

This example create TCP server with Node.js using net module, run on Raspberry Pi.


For the server side implemented in Node.js, refer to my another blog Hello Raspberry Pi: Create TCP server using Node,js with net module, run on Raspberry Pi, connected with Android.

For the client side, refer to my former post: Android Server/Client example - client side using Socket.

7 comments:

  1. YOU are my angel!!!

    I wish you all the best till the end of ages!

    ReplyDelete
  2. download file ?? thıs app source code where ıs ?

    ReplyDelete
  3. the post text have the links to the source code.

    ReplyDelete
  4. why didn't you use HTTP protocol instead of tcp/ip as long as you use Node.js would it not be simpler ?

    ReplyDelete
  5. where is the node.js source
    code

    ReplyDelete
  6. For the server side implemented in Node.js, refer to my another blog Hello Raspberry Pi: Create TCP server using Node,js with net module, run on Raspberry Pi, connected with Android.
    http://helloraspberrypi.blogspot.com/2014/03/create-tcp-server-using-nodejs-with-net.html

    ReplyDelete