How does the process model of NodeJS work? #51722
Unanswered
AlirezaEthDev
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I researched about NodeJS process model, Node.js runs in a single process and the application code runs in a single thread. What I can't understand is "Node.js runs in a single process". Does that mean whenever we run a NodeJS app, it creates just one process and all operations and entire the app code execute inside that single process?
Can you please about that more detailed than expressed in online docs like [this](Node.js runs in a single process)?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions