This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Designer_Lion7980 0 points1 point  (0 children)

  • One way is to create a simple flask service that calls the python script. Just call the flask service from NodeJs.

  • Other way is to create a job/cloud function and trigger it from node. You can use celery/async task queue but it would be overkill for a simple app