This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
env SERVER=1 node 3.js | |
http://joxi.ru/n2YYBPdcjnbK42 | |
http://joxi.ru/DmB74bJFN8JoB2 | |
*/ | |
/* | |
In the node.js intro tutorial (http://nodejs.org/), they show a basic tcp | |
server, but for some reason omit a client connecting to it. I added an | |
example at the bottom. |