Secure distribution of NodeJS applications

后端 未结 6 977
佛祖请我去吃肉
佛祖请我去吃肉 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条回答
  •  -上瘾入骨i
    2020-11-28 03:38

    I'm currently investigating the same thing and am looking at nexe which claims to be able to "create a single executable out of your node.js apps".

    Can't tell you if it's any good just yet, but thought it'd be worth to share already.

提交回复
热议问题