獲取您自己的 Node 伺服器
var len = Buffer.byteLength('abc')
console.log(len);

              
3