node.js - Code Protection?

后端 未结 13 2144
感动是毒
感动是毒 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 15:49

    You can use EncloseJS - compiler for node.js projects. It really compiles JavaScript to native code, and your sources are not included to binary.

提交回复
热议问题