Wrote a post about processing binary data in the browser and Node.
Nothing new, more like a refresher now that Node supports ArrayBuffer

https://gu.illau.me/posts/binary-data-and-universal-js/

#Node #Node_js #ArrayBuffer #JavaScript #Browser

Binary data and universal JavaScript

Tips to read and write data from and to binary files in JavaScript using code that runs on the client and the server.