Node.js
Node.js Child Processes: spawn, exec, and fork Explained
Sometimes Node needs to shell out to run ffmpeg, a Python script, or a system command. The child_process module gives you four ways to do it, and each has tradeoffs I had to learn the hard way.