What do you mean by the term i/o in node.js?
Answer / Manharan Singh Rajput
In Node.js, I/O (Input/Output) refers to reading data from a file or network and writing data to a file or network.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which types of application can be developed using node.js?
How to share a variable between node.js modules?
Is nodejs a language?
Why do you use forever with Node.js ?
What is the global installation of dependencies?
What do you understand by eslint?
What are the difference between settimeout() and cleartimeout()?
What is the use of method – “spawn()”?
What is the use of variable in node.js?
What are the streams in node.js?
What is difference between return and callback in javascript functions?
What is event loop?