You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: