Skip to content

2.0.0

Compare
Choose a tag to compare
@RIAEvangelist RIAEvangelist released this 18 Feb 10:10
· 24 commits to master since this release

Thanks to @freemany for adding access to the spawned process.

This gives access to information like the pid, as well as stdin/out/io/err etc.

This means you can now create and or use interactive shells. I added an example of opening a python shell and running some code in it from node and put it in the README.md