DEV Community

Discussion on: Python + JavaScript = 🔥🔥🔥

Collapse
 
mandarvaze profile image
Mandar Vaze

I think when sending data TO the python process, you'll need to write to stdout (on the node side) rather than stdin
Generally you write to stdout and read from stdin