Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
whatwhatwhat
14y ago
0 comments
Save
Share
I don't think it would be too many lines of code, tbh
http://nodejs.org/docs/v0.5.0/api/all.html#child_process.exe...
0 comments
1 comments · 1 top-level
top
newest
oldest
iter8n
14y ago
child_process.exec is different from n*x system exec. Node is still doing the fork()ing and exec()ing behind the scenes. Exposing those calls in node would give you direct access to the child process before executing your commands.
j
/
k
navigate · click thread line to collapse