in order to do this we have to bundle a copy of node.js for each platform and use fork like this: ``` javascript var worker = require("child_process").fork("testworker.js", {execPath: "/path/to/included/node"}); ```