获取您自己的 Node 服务器
var buf = Buffer.allocUnsafe(15);
var len = Buffer.byteLength(buf)
console.log(len);

              
15