Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
So what I have is I'm using nodejs/express for website. I am also using another javascript module called spacy-js. To make spacy-js work, I have to run a python file in the spacy module like "python node_modules/spacy/api/server.py" in 1 terminal and then do "npm start" on another terminal so that spacy works on my website. Now, this website uses nodejs website and also runs a python file inside node_modules. How do I deploy this to heroku?

What I have tried:

I have absolutely no idea how to do this. I know how to deploy a regular javascript app, or a regular python app, but I have never done anything like this.
Posted
Updated 7-Jun-21 21:48pm

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900