Get your own Node server
let buf = Buffer.from('abc');

console.log(buf.length);

              
3