What: Can NodeJS apps be distributed as binary? ie. you compile the .js app via V8 into its native binary, and distribute the binary to clients? (if you had
We have been using pkg to create binary versions of our Node.js app before distribution.
https://github.com/zeit/pkg
In order to add license key checking we use Cryptlex:
https://docs.cryptlex.com/node-locked-licenses/using-lexactivator/using-lexactivator-with-node.js