I have created Node js project, but my client requirement is to get its exe file so that he can run it without installing node. Kindly help me to create node.js project into its executable file i.e exe file.
-
1Possible duplicate of How to make exe files from a node.js app?Yannick Meeus– Yannick Meeus2018-04-11 05:25:32 +00:00Commented Apr 11, 2018 at 5:25
-
Hi @YannickMeeus Issue you mentioned is for desktop app. But I have web app which has index.js as starting point instead of index.html.ATUL SHARMA– ATUL SHARMA2018-04-19 21:32:52 +00:00Commented Apr 19, 2018 at 21:32
Add a comment
|
1 Answer
I think that you have already solved your problem, but the question is not marked as resolved.
You can use a packer, I prefer to use BoxedApp Packer. This program can "convert" your Node js application into an executable file. You just have to start the packer, select the file with your application, select the name of the output file and build. An executable file is ready. Enjoy! It works with *.html and *js
Example: https://www.boxedapp.com/boxedapppacker/usecases/pack_node_webkit_app_into_single_exe.html
3 Comments
MastAvalons
You can use MoleBox also
redeye
If you use BoxedApp Packer or another similar packer, the exe file has small size. What is definitely a plus
famfamfam
BoxApp packer require price