NodeJS End-User Distribution Application

I am looking for a suitable way to distribute / deploy a node.js application that will run as a small web server on a user's computer.

Is there a stub method to either install a script or an “installation wizard” that will download all the dependencies node_modules, download the latest nodejs binaries, configure the environment, etc .... or should I distribute it in bulk with everything packed? Is there a manual for this purpose?

+4
source share
1 answer

Edited by:

node npm, , npm install ( package.json), script. Node.js . . npm. script, , .

, . Linux (,.deb), Windows .exe .

. , Windows, , unix- .

(.exe), pkg nexe . Node.js JavaScript- , Windows. .exe node .

Electron electron-packager , . node webkit, .

NSIS , ( , ).


:

: .

, Javascript , , . , " ".

: , :

, , , - NSIS, node script. .

+1

Source: https://habr.com/ru/post/1671523/


All Articles