Skip to Content
-2
Dec 03, 2021 at 06:43 AM

run node js from UI5 in HANA XSA

242 Views

normally node programs are run using the "start": "node server.js" which is found in the package.json file .

how can I run a node program on demand that will be triggered from button click of a sapui5 screen