node.js - Code Protection?

后端 未结 13 2106
感动是毒
感动是毒 2020-11-29 15:21

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?

相关标签:
13条回答
  • 2020-11-29 16:15

    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.

    0 讨论(0)
提交回复
热议问题