Monday 13 March 2017

What's the best way to ship a standalone binary file?

I'm using Typescript to develop a Node.js app. I'm very new to this whole area (first time using Javascript) and I'm a bit lost.I don't want my users to have to install Node, Typescript, npm, or anything. I just want to ship a single executable file and have it work on different platforms.What's the best way to go about doing this?Preliminary Googling shows me at least two solutions: nexe and EncloseJS.Do these apply for Typescript apps? What do you guys use for your projects?

Submitted March 13, 2017 at 02:45PM by lookatmetype

No comments:

Post a Comment