Understanding Buffer - Node.js Distilled
Why Buffers are Important? ⁇
Our computer can only understand 0s and 1s.
Buffers connect our server technology - Node.js (Or whatever server languages you choose) - to all these 0s and 1s, giving us access to low-level things.
For instance
Deal with...
blog.howardphung.com5 min read