Tuesday, 1 October 2019

how to deploy a nodejs project which has python child process in backend?

node is my backend which runs a python subprocess to scrape data from a website with the help of urllib and bs4. The problem is I can't figure out how should I configure my project to deploy it on Heroku so that the server won't show an error of "module not found" for the python program when node will run the subprocess.

Submitted October 01, 2019 at 10:10PM by philosopher_supreme

No comments:

Post a Comment