Viewing articles tagged “Buffer manipulation in Node.js”
Pure JavaScript is Unicode friendly, but it is not so for binary data. While dealing with TCP streams or the file system, it's necessary to…