/tags/spawn
- Node.js: Difference between spawn and exec of child_process
What is the difference between spawn and exec methodd of child_process? The Node.js child_process module has two methods spawn() and exec(), using which we can start a child process to execute other ...