I\'m trying to start and communicate with a Node.js process from Python. I\'ve tried using subprocess and it keeps hanging on out = p.stdout.readline()
subprocess
out = p.stdout.readline()