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

Callback Confusion And Collecting Data In Node

I'm new to node and having trouble following what's going on here. my comment is below, but… Read more Callback Confusion And Collecting Data In Node

Convert Nodejs' Buffer To Browsers' Javascript

I'm converting my code from Node.js to browsers' javascript, but I have a problem with the … Read more Convert Nodejs' Buffer To Browsers' Javascript