Hi everyone,
Since XSJS is server-side JavaScript such as Node.js, I wanted to know if there is some solutions to execute shell command (like "ls -al" or "pwd") as the example below (with node.js), or like 'exec' command in PHP:
Execute A Unix Command With Node.js | DZone
Or maybe if there is any xsjslib which does the same that ShellJS for Node.js (once again):
I spent some time searching for examples with xsjs but I could not find any.
I know this has strong security issues so I understand we cannot do it but I prefer to be 100% sure with the answer of someone who has more experience than me with XS.