Buffers in Node.js
· 1 min read
A buffer is a region of memory that stores temporary data in memory, tipically the RAM due to it has faster acess time compared with HDDs. Uses I/O Operations Read/Write files. When you write commands all of them are using buffers to…