Hi
I am trying to have node communicate easily with a spawned linux executable.
The executable is already using stdout, so I need other paths for node-> exe and exe-> node and which is capable of high throughput (eg: 100mbps)
I see a lot of node-> node examples but am unsure how it looks like with C
Is there a simple example someone can point me to ?
thanks