Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-1747: JavaScript: Add implementation. #58

Closed
wants to merge 1 commit into from
Closed

AVRO-1747: JavaScript: Add implementation. #58

wants to merge 1 commit into from

Conversation

mtth
Copy link
Contributor

@mtth mtth commented Nov 25, 2015

A few features:

  • Fast! Typically twice as fast as JSON with much smaller
    encodings.
  • Full Avro support, including recursive schemas, sort order, and
    evolution.
  • Serialization of arbitrary JavaScript objects via logical types.
  • Unopinionated 64-bit integer compatibility.
  • No dependencies, it even runs in the browser. (underscore is required only to support the previous API which is included for backwards compatibility.)

A few features:

+ Fast! Typically twice as fast as JSON with much smaller encodings.
+ Full Avro support, including recursive schemas, sort order, and
  evolution.
+ Serialization of arbitrary JavaScript objects via logical types.
+ Unopinionated 64-bit integer compatibility.
+ No dependencies, it even runs in the browser.

The previous API is included with deprecation warnings (this adds
`underscore` as a dependency).
@dasch
Copy link

dasch commented Nov 30, 2015

Looks great!

@mtth
Copy link
Contributor Author

mtth commented Dec 10, 2015

Merged in 2863a18.

@mtth mtth closed this Dec 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants