How to execute a Python script from server side Javascript
There are a number of answers in relation to how one can execute a Python
script from the client side. I am interested in finding out if it is
possible to execute the script from the server side and check if the
execution has finished successfully. Let say that I'm using Meteor stack
which uses JavaScript on both sides and there are a bunch of Python script
tasks that needs to be triggered from backend.
No comments:
Post a Comment