Hi All,
I have successfully installed node.js on my Windows system
We
are trying to implement raw socket TCP/IP connection with server.
After continuous search and development , i came across net module required by node.js which ultimately fulfill my requirement.
Will net module also helps in getting the asynchronous data from server and allow it to display it in the Client browser ?
As explained in the tutorial (
http://www.hacksparrow.com/tcp-socket-programming-in-node-js.html ), the client.js is executed at the command prompt of Node and the result is displayed respectively. Since "require" is the keyword for node , so how'll execute the client TCP socket connection in the browser?
Sorry if anything is getting misunderstood.
Can you please guide us with the requirements using node.js .
Thanks in advance,