Get your own Node server
let buf = Buffer.allocUnsafe(15);
let len = Buffer.byteLength(buf)
console.log(len);

              
15