Devdeep Ghosh

Devdeep Ghosh

NodeJS Buffer vs JavaScript ArrayBuffer

NodeJS Buffer Vs JavaScript ArrayBuffer

When you get deeper into building scalable web server applications using NodeJS and JavaScript at some point in time, you’ll feel the need to handle binary data, stream, and buffer. NodeJS and JavaScript both have ways to handle binary data.…