node.js - What happens under the hood when I type "Node server.js" -


is "instance" of node? special provisions os node instance get?

if asking if there 1 big process of node, executes scripts, or if each script executed own instance, answer second.

each script has own node instance. far know, each instance has same provisions bash, python, perl, etc have.

try ps ax|grep node see current instances in execution.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -