Connect node TCP socket with Java TCP socket.
Node is our Server listen to 5000 port (require nodejs -v 0.10.x)
$ git clone https://github.com/cpapidas/socket-nodejs-java
$ cd socket-nodejs-java/node-server
$ npm install
$ node index.js
open the file Main.java with eclipse(or another java IDE)
you project should start when you press the run button