获取您的 自己的 Node 服务器
var x = Buffer.from('abc');

console.log(Buffer.isBuffer(x));

              
true