Login
Remember
Register
Ask a Question
What are node.js functions?
0
votes
asked
Oct 31, 2023
in
Mean Stack
by
Robin
What are node.js functions?
functions-nodejs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 31, 2023
by
Robin
Node.js takes a shot at a v8 situation, it is a virtual machine that uses JavaScript as its scripting dialect and accomplishes high yield by means of non-blocking I/O and single strung occasion circle.
...