logoalt Hacker News

nottorptoday at 10:29 AM2 repliesview on HN

Hmm suppose you have a node GUI-less application. What would you pack it in to have something reasonably self contained to deploy?


Replies

bobajefftoday at 12:52 PM

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/

tones411today at 10:43 AM

Look into Single Executable Applications

https://nodejs.org/api/single-executable-applications.html

show 1 reply