I want to use node.js in my next project, but my boss does not like that our competitors can read the source code.
Is there a way to protect the JavaScript code?
Anyone tried nexe or pkg ?
These seems like a good option. A command-line utility that compiles your Node.js application into a single executable file.