Hi All-
I am developing an app using the Amazon API found here, which unfortunately only allows a small amount of records to be returned at once, which causes a significant slowdown when loading any more than one call's worth of items. I'd like to make the returning of these records more seemless. I figure the way to do it, is to use something Node, or some other asynchronous calls, but am having some trouble implementing the idea.
Any help would be much appreciated.