Skip to content

Instantly share code, notes, and snippets.

@LucaLanziani
Last active December 22, 2015 16:39
Show Gist options
  • Save LucaLanziani/6501139 to your computer and use it in GitHub Desktop.
Save LucaLanziani/6501139 to your computer and use it in GitHub Desktop.
buf = new Buffer('SGVsbG8gV29ybGQhIQ==','base64')
fs.writeFile('file.bin', buf, function (err) { if (err) throw err;})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment