Node.js v0.12 Shell Programming Bliss with Synchronous Child Processes

added by JavaScript Kicks
9/12/2014 11:06:32 AM

181 Views

Using an asynchronous API for writing shell scripts and command line utilities in Node is inconvenient. Most shell scripts run top to bottom; it’s easier to block and stay synchronous than managing asynchronous state with callbacks.


0 comments