Saturday 13 May 2017

Is it possible to compile a js file?

I understand that node.js is an interpretator, so it means it reads every line at a time instead of turning it all into maching code. But I know there are a few modules that can turn it into an executable. Has anyone had experience with any? If so what is the best one and does it also deal with modules that your code is using?---EDIT--- If you can't compile it, is there a way to "lock the source code" so if you were to give it to someone they couldn't see any of the written code or a way to stop the user for editing it?

Submitted May 13, 2017 at 11:44PM by nightfuryninja1

No comments:

Post a Comment