Hmm suppose you have a node GUI-less application. What would you pack it in to have something reasonably self contained to deploy?
Hmm suppose you have a node GUI-less application. What would you pack it in to have something reasonably self contained to deploy?
Deno actually has had a built in compile to binary feature * I've used it before a few times.
* https://docs.deno.com/runtime/reference/cli/compile/
Look into Single Executable Applications
https://nodejs.org/api/single-executable-applications.html
Thanks!