Get your own Node server
var buf = Buffer.alloc(15, 'a');
console.log(buf);

              
<Buffer 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61>