0.0.2 • Published 8 years ago
spawn-widget v0.0.2
spawn-widget
Widget for spawning node-like processes in the browser. Usage here, live demo here.
setspawn = require("spawn-widget")(container, sandbox)
container :: dom.Elementsandbox :: commonjs-editor.Sandboxsetspawn(spawn)child = spawn(path, script, argv)path :: stringscript :: stringargv :: [string]child :: child_process.ChildProcess