Subprocess
From CommonJS Spec Wiki
								
												
				This API should provide a way to start and communicate with subprocesses.
Prior Art
- narwhal's os-engine
 - Flusspferd's subprocess module
 - Wakanda has SystemWorker with a Web Workers like API
 
Other Languages
- popen(3) in POSIX.1-2001
 - Subprocess module in Python