In this video, we introduce the concept of Buffer in NodeJS; we addressed how to get access to it and showed three simple ways of creating buffers using Buffer.alloc(), Buffer.allocUnsafe() and Buffer.allocUnsafeSlow(), and examined the differences between them