Make the node executable an external resource #98
leonardospeca
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
In theory you could use the same technique pkg uses to inject the application bytecode into the nodejs exe to inject the updated code into the existing app but that would be so complicated and IMO the best alternative for you is to enable compression, that will save you lot space |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I use pkg in every project and I like it a lot. It has only one little problem for me:
Even if the application is really small, when I make a change, I need to upload over FTP 80mb of executable, where most of the size is the node executable. I use pkg to "hide" the source code of nodejs, so in your opinion, is possible to have the Exe with the application, that launch node from a path of the operating system?
Beta Was this translation helpful? Give feedback.
All reactions