Hi I uploded some files to parse which parsed by node js. currently I am running it from terminal as node app.js.
I need to call it from my php model.
I am thinking shell_exec() function will help. I tried like this
shell_exec('http://172.18.18.219/hrms_work/web/uplodedfiles/test/code4goal-resume-parser/app.js');
but it dose not work.