Tagged “streams”
-
TIL node modules fs and os node streams os
with fs - you can access files, read files, make directories, chmod. With os - get stats, machine, version, hosts.
-
TIL Node Streams node streams promise
Imagine if you did some data-extensive fetch request getting a 1 gig file. 1 gig can take a while, and it's fetching it in memory.
See all tags.