ServerJS/Binary: Difference between revisions
< ServerJS
Jump to navigation
Jump to search
(Removed duplicate base64encode) |
(Reorganized the binary type discussion page to include information from the mailing list and make room for more proposals.) |
||
Line 1: | Line 1: | ||
= | = Proposals = | ||
# [[ServerJS/Binary/A]] Proposal A from Ondras | |||
# [[ServerJS/Binary/B]] Proposal B from Kris Kowal | |||
= | = Prior Art = | ||
* [http://help.adobe.com/en_US/AIR/1.1/jslr/flash/utils/ByteArray.html Adobe AIR's ByteArray] | |||
* [https://developer.mozilla.org/En/NsIBinaryInputStream Mozilla's nsIBinaryInputStream] | |||
* [https://developer.mozilla.org/En/NsIBinaryOutputStream Mozilla's nsIBinaryOutputStream] | |||
* [http://www.ejscript.org/products/ejs/doc/api/gen/ejscript/intrinsic-ByteArray.html EJScript ByteArray] | |||
* [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] | |||
= Relevant Discussions = | |||
* [http://groups.google.com/group/serverjs/browse_thread/thread/be72ef3d8146731d/06c27162b698eef5?lnk=gst First Proposal] | |||
* [http://groups.google.com/group/serverjs/browse_thread/thread/da076076c965d069/2cd8ac336387ceb3?lnk=gst Comments on Binary object] | |||
* [http://groups.google.com/group/serverjs/browse_thread/thread/e866544eb3aff182/16ed57b3c78b86e1?lnk=gst Binary API Brouhaha] | |||
/ | |||
Revision as of 06:47, 8 April 2009
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