I use nodeJS and express as a server and use child_process.spawn to run a python script. After running the script, I get the result and send it as a json response.
Wh