What is a Buffer? Buffer is a Node.js core module that works with raw binary data. We can directly deal with the buffer using the Buffer module. Why Node.js needs Buffers for binary data? Everything on the internet is in binary format, so we need...
blog.abhishek.win3 min read
No responses yet.