ServerJS/Binary: Difference between revisions
< ServerJS
Jump to navigation
Jump to search
(→Relevant Discussions: added discussion links) |
|||
| Line 14: | Line 14: | ||
* [http://code.google.com/apis/gears/api_blob.html Google Gears Blob] | * [http://code.google.com/apis/gears/api_blob.html Google Gears Blob] | ||
* [http://code.google.com/p/jslibs/wiki/jslang#jslang::Blob_class JSlibs Blob] | * [http://code.google.com/p/jslibs/wiki/jslang#jslang::Blob_class JSlibs Blob] | ||
* [http://flusspferd.org/docs/js/Blob Flusspferd Blob] | |||
= Relevant Discussions = | = Relevant Discussions = | ||
Revision as of 22:39, 22 April 2009
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
- Adobe AIR's ByteArray
- Mozilla's nsIBinaryInputStream
- Mozilla's nsIBinaryOutputStream
- EJScript ByteArray
- Google Gears Blob
- JSlibs Blob
- Flusspferd Blob
Relevant Discussions
- First Proposal
- Comments on Binary object
- Binary API Brouhaha
- ByteArray and ByteString proposal regarding proposal B
Encodings are a related topic.