Compile node.js apps | oskarhane
I was looking for a way to distribute a node.js app I wrote without the receiver being forced to install node and all dependencies to my app.
Luckily I found nexe!
This npm package compiles your node app with node and everything in it so you can run it on any (Linux and Mac) computer without any hassle. Cool.
Read full article from Compile node.js apps | oskarhane
No comments:
Post a Comment