extrabacon / python-shell

Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio
2.12k stars 224 forks source link

Exchanging text data between Node and Python using async/await #262

Closed ramseth001 closed 2 years ago

ramseth001 commented 2 years ago

Is it possible to exchanging text data between Node and Python using either callback function or async/await or promises instead of event emitters and listeners?

Almenon commented 2 years ago

Duplicate of https://github.com/extrabacon/python-shell/issues/77