I've got an Adobe AIR Application on the local machine that communicates with an remote node.js server script (socket-script.js) via socket connection. Furthermore i start a new node.js process through command line and send some additional arguments to a second server script (terminal-script.js). Question: How can i send the arguments from the terminal-script.js to socket-script.js? Afterwards the socket-script.js should broadcast the args to the AIR Application. Anyone an idea how to connect the two independent running processes in Node.js? Thanks.
