Skip to content Skip to sidebar Skip to footer
Showing posts with the label Buffer

Utf-16 Hex Decode Nodejs

I am trying to decode a UTF-16 Hex (Hello 世界) to a String in NodeJS. I've tried doing so by mak… Read more Utf-16 Hex Decode Nodejs

Typeerror Base64 Is Not A Function When Using Buffer.from In Node 4.3

I am debugging a lambda function locally on Node 4.3 using the standard Amazon Machine Image (linux… Read more Typeerror Base64 Is Not A Function When Using Buffer.from In Node 4.3

Line-oriented Streams In Node.js

I'm developing a multi-process application using Node.js. In this application, a parent process… Read more Line-oriented Streams In Node.js