InterviewSolution
Saved Bookmarks
| 1. |
Explain the difference between readFile and createReadStream in Node.js? |
|
Answer» Node.js is a runtime framework that has turned out to be FAMOUS with most coders and is utilized generally for creating server-side applications. Node.js is best known for making CONSTANT APIs and building another network of interoperability over the web. There are two manners by which a record can be perused and sent for execution in Node.js; readFile and CreateStream. Please see a few major differences in readfile and createStream as below:-
|
|