As stated, I have a NodeJS server and some .m
files with scripts that I need to run (maybe with some .dat
files as arguments as well) and display the results on a web page.
I am wondering how should I handle this.
Can I run .m
scripts from JS directly? Should I compile the scripts first? If so, any specific compiler that I should use?
EDIT: I don't (and won't) have MATLAB or Octave installed on the server.