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

              
15