Node JS Tutorial

How To Use Node JS Buffer Module To Encode/Decode String Object

JavaScript objects can only store character sequence values and can not store binary data. But you may need to read and store binary data when making I/O operations such as read/write image file, read/write binary stream through a network, etc. To resolve this issue, Node JS provides the Buffer module to store and manipulate binary

How To Use Node JS Buffer Module To Encode/Decode String Object Read More »