Secure distribution of NodeJS applications

后端 未结 6 1001
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-28 03:21

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

6条回答
  •  不知归路
    2020-11-28 03:58

    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

提交回复
热议问题