fictively running on a VM
Supposed flow:
- I am receiving a request on one of my server endpoints
- I'll do some processing and place my "to_do.js" in the local file system
- Now I'd like to execute that program but how would I go about that? How can I tell my VM to do that and receive some response from where I am in my code? Am I missing a point or overseeing a technical limitation? I'd be more than happy to any redirections to APIs or opinions - thanks in advance!
PS: I tried to formulate the question as simple and understandable as possible to make my intent clear. Also I have researched for some time now but there was no thread with a related question.