Netflix OSS: Batch Requests with Ruby on Rails and Ember.js
Batching allows you to pass several operations in a single HTTP request. How do we make a Batch request from Ember UI and process it on a Rails backend? Ember Batch Request and Batch Request API to the rescue. A JSON array of HTTP requests are created on the UI using an Ember add-on and then processed sequentially or in parallel on the backend API through the Rails Middleware.
Read full article from Netflix OSS: Batch Requests with Ruby on Rails and Ember.js
No comments:
Post a Comment