We are considering node.js for our next server side application. But we don’t want our client to be able to look into our application’s code. Can we deploy application written in node.js in compiled form? If yes, then how?
We are considering node.js for our next server side application. But we don’t want
Share
Maybe you could obfuscate all your code… I know this is not like compiling, but at least, it will avoid the 99% of the clients of looking at the code 😀
Here is another topic: How can I obfuscate (protect) JavaScript?
good luck