bit / subprocess

subprocess.jsm - start a process in your Firefox Extension and read/write data to/from it using stdin/stdout/stderr streams.
26 stars 9 forks source link

Thanks! #5

Closed janjongboom closed 9 years ago

janjongboom commented 9 years ago

Hi, couldn't find an email address in your profile, but thanks a lot for this module. Was just what I need.

bit commented 9 years ago

Great to hear. What do you use it for?

janjongboom commented 9 years ago

Needed something similar to the node.js child_process module, but accessible from user code for our embedded platform that runs Gecko. Similar to what I wrote up here: http://ee.telenor.io/gonzo/firefox/2014/12/17/new-apis.html