Hello everyone,
I'm looking for a proper way to deploy NodeJS apps to end-users without having to bundle everything in one single package. Like a Stub, a small binary/script that will download all dependencies to the end-user's computer. (Eg. Firefox stub download)
Please refer to: http://stackoverflow.com/questions/42609945
Putting everything in a single package like some do is all wrong.
The user will be downloading a package containing the main app scripts + nodejs binary + node_modules dependencies. Which in the end, will all be outdated unless the developer/publisher keeps his package updated constantly. Not to mention a layman user wouldn't know how to handle the package.
Is it there a stub/script/wizard that does that?
The logic I think
I wrote two nice nodeJS apps but I don't know how to publish them properly.
Please, have your say!
Hello everyone,
I'm looking for a proper way to deploy NodeJS apps to end-users without having to bundle everything in one single package. Like a Stub, a small binary/script that will download all dependencies to the end-user's computer. (Eg. Firefox stub download)
Please refer to: http://stackoverflow.com/questions/42609945
Putting everything in a single package like some do is all wrong.
The user will be downloading a package containing the main app scripts + nodejs binary + node_modules dependencies. Which in the end, will all be outdated unless the developer/publisher keeps his package updated constantly. Not to mention a layman user wouldn't know how to handle the package.
Is it there a stub/script/wizard that does that?
The logic I think
I wrote two nice nodeJS apps but I don't know how to publish them properly.
Please, have your say!