Calling/ Executing node.js script from a C function
I have a requirement where I want to start my nodejs script after I hit a condition in C. I am using system("node /path_to_file/sample.js") Is this the right way to do or any other way to execute nodejs script?
No comments:
Post a Comment