node.js - Code Protection?

后端 未结 13 2132
感动是毒
感动是毒 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.

提交回复
热议问题