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

Popular posts from this blog

node.js - StackOverflow API not returning JSON -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -

visual studio - How to generate shader debug information (pdb) in VS2012 -