lundi 13 avril 2015

Can I make Node.JS app self executable?

I'm a Node.JS beginner, so please forgive me if my question is too naive or too simple:) I made myself a simple node.js app: index.js which requires my_module.js. The second one just displays console.log("Hello").


Now I would like to pack it somehow into single exe file (I work on Windows) to be able to run it on another machine without the need of having node installed. Is that even possible?


Aucun commentaire:

Enregistrer un commentaire