Create Buffers in Node JS
In this tutorial you will learn how to create buffers in NodeJS. But before learning this it is important to learn some related terms. What is unicode representation? Unicode is a standard to encode the text and each character is assigned a unique numeric value in this standard. Then this standard value remains the same …