I am currently looking to interpret Javascript code using only a server-side script (no browser). Specifically, I would like to load and use external scripts as if the server script were a browser, storing the evaluated results to a log file. It appears that something like node.js or another similar server-side Javascript library would be able to assist me in doing so. Any recommendations or suggestions?I am currently looking to interpret Javascript