Google News
logo
NodeJS - Interview Questions
What is the buffer class in Node.js ?
Buffer class stores raw data similar to an array of integers, but corresponds to a raw memory allocation outside the V8 heap. Buffer class is used because pure JavaScript is not compatible with binary data
Advertisement