hmenyus/node-calls-python

Spawn vs node-calls-python

Closed this issue · 2 comments

apiel commented

What are the advantage to use this library over spawn?

Is it better from a performance perspective? Is load python from the addon api more efficient than communicating with the python script through the spawn process?

Would be great to update the readme to explain why to use this library over spawn process.

updated the readme.

apiel commented

But how about to communicate with a python script through stdin/sdtout or even socket?