ServerJS/Binary
< ServerJS
JavaScript does not have a binary data type. However, in server-side scenarios, binary data needs to be often processed. That is why we need some working byte or binary array or string class.
Proposals
- ServerJS/Binary/A Proposal A from Ondras
- ServerJS/Binary/B Proposal B from Kris Kowal
Prior Art
Relevant Discussions
- First Proposal
- Comments on Binary object
- Binary API Brouhaha
- ByteArray and ByteString proposal regarding proposal B
Encodings are a related topic.