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

Rewrite the array chunker to use arraybuffers for efficient networking. #65

Closed
tshead2 opened this issue Aug 28, 2013 · 0 comments
Closed
Assignees

Comments

@tshead2
Copy link
Member

tshead2 commented Aug 28, 2013

In testing, arraybuffers greatly outperform JSON for moving data from server to client, and are portable to all the platforms we care about.

The main challenge will be updating the RESTful API to handle moving binary data - either the client will have to retrieve a single attribute at a time, or split multiple attributes out of a single retrieved blob.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant