How to run Node.js app into exe?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nortroms
    New Member
    • Jul 2012
    • 12

    How to run Node.js app into exe?

    How can I create an .exe from Node.js application and run on pc?
    Will it work?
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    not sure if it works - but seems there might be possibilities like described here:

    Technical tutorials, Q&A, events — This is an inclusive place where developers can find or lend support and discover new ways to contribute to the community.

    Comment

    • JulsSmile
      New Member
      • May 2012
      • 25

      #3
      It should work, I think.

      Comment

      • Jurnero
        New Member
        • Aug 2012
        • 32

        #4
        Try using some kind of packer. I prefer BoxedApp Packer. This tool can package the javascript file into an executable

        Comment

        • Nortroms
          New Member
          • Jul 2012
          • 12

          #5
          Thank you, I have already heard about this program, but I don’t quite understand how to do it.
          In any case, I will explore!

          Comment

          • Jurnero
            New Member
            • Aug 2012
            • 32

            #6
            See how to do it on YouTube, for example!
            I can give a link to Tutorial
            Here you can see step-by-step instructions on how to run different apps as exe.

            Comment

            • Nortroms
              New Member
              • Jul 2012
              • 12

              #7
              Thank! I also found this tutorial in google

              Comment

              • Jurnero
                New Member
                • Aug 2012
                • 32

                #8
                If you need help - you can write in private messages. I'll be glad to help)

                Comment

                • Nortroms
                  New Member
                  • Jul 2012
                  • 12

                  #9
                  Thanks guys! I solved the problem using a packer.
                  I was able to create an executable using the first method. But the file did not start.

                  Comment

                  • cameronhunter
                    New Member
                    • Dec 2018
                    • 7

                    #10
                    Ohh, thank goodness problem is solved.

                    Comment

                    • Nortroms
                      New Member
                      • Jul 2012
                      • 12

                      #11
                      Yes, it was important to do it quickly. Thank you all for the help.

                      Comment

                      Working...