Today I Learned - Rocky Kev

Tagged “streams”

  1. TIL node modules fs and os

    with fs - you can access files, read files, make directories, chmod. With os - get stats, machine, version, hosts.

  2. TIL Node Streams

    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.