How to get NodeJS to evaluate multiple traditional JS files
We are using nodejs to evaluate some student scripts on the server side so
we can test their correctness.
Is there a way we can 'require' or 'import' multiple traditional .js
files? We need to include submissions from multiple users. Or I'd have to
concatenate the files?
No comments:
Post a Comment