Standalone Node.js application

后端 未结 7 639
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 18:55

I am considering developing a desktop application composed of 2 parts:

  • user interface (Java app for example)
  • back-end Node.js server

Th

7条回答
  •  独厮守ぢ
    2020-11-29 19:30

    I’ve just stumbled upon nexe – a tool which “creates a single executable out of your node.js app”.

    I haven’t tried it out yet, but I guess that even works without an installer – producing just a single standalone binary.

提交回复
热议问题