You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Bruce Mitchener (JIRA)" <ji...@apache.org> on 2010/03/20 06:58:27 UTC

[jira] Created: (AVRO-485) JavaScript encoding/decoding

JavaScript encoding/decoding
----------------------------

                 Key: AVRO-485
                 URL: https://issues.apache.org/jira/browse/AVRO-485
             Project: Avro
          Issue Type: Wish
            Reporter: Bruce Mitchener


It would be very nice to have Javascript encoding/decoding support.  There are at least a couple of interested in streaming Avro-encoded data to a browser-based client.

Working with binary data in JS is a bit ugly ... here's a sample:

http://github.com/christkv/node-mongodb-native/blob/master/lib/mongodb/bson/binary_parser.js


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AVRO-485) JavaScript encoding/decoding

Posted by "Bruce Mitchener (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848053#action_12848053 ] 

Bruce Mitchener commented on AVRO-485:
--------------------------------------

I started this ... my work on it can be found here on my experimental I/O branch that I'm using for changes to Avro-C on Github:

    http://github.com/waywardmonkeys/avro/tree/experimental_io/lang/js/

Feel free to help out with this.


> JavaScript encoding/decoding
> ----------------------------
>
>                 Key: AVRO-485
>                 URL: https://issues.apache.org/jira/browse/AVRO-485
>             Project: Avro
>          Issue Type: Wish
>            Reporter: Bruce Mitchener
>
> It would be very nice to have Javascript encoding/decoding support.  There are at least a couple of interested in streaming Avro-encoded data to a browser-based client.
> Working with binary data in JS is a bit ugly ... here's a sample:
> http://github.com/christkv/node-mongodb-native/blob/master/lib/mongodb/bson/binary_parser.js

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.