javascript - How to split file into small data chunks using Node.JS -
i trying parse large file segmenting file data chunks on go. can please me not expert @ node.js?
generally node , underlying os automatically when read file via fs.createreadstream
. use instead fs.readfile
, file streamed in chunks.
Comments
Post a Comment