4

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.

2
  • 1
    Possible duplicate of How to make exe files from a node.js app? Commented 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. Commented Apr 19, 2018 at 21:32

1 Answer 1

4

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

Sign up to request clarification or add additional context in comments.

3 Comments

You can use MoleBox also
If you use BoxedApp Packer or another similar packer, the exe file has small size. What is definitely a plus
BoxApp packer require price

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.