Little SPAS is a pragmatic tool for bundling multiple API requests into a single request/response for the browser. If you have a webpage that talks to Twitter, Flickr, YouTube, etc., Little SPAS can make it better. Little SPAS throttles, caches, parses and concatenates API responses and serves them all up in one tidy package for the browser.
Every web site that hits multiple API's from the client should be doing this... Almost none are.
I could not allow custom API descriptions as it would be too easy to abuse them. Self hosted instances would be fully customizable.
Dependencies: express, jade, less-middleware, nconf, redis, underscore, neuron, request, date-utils
This demo talks to Twitter, Flickr, YouTube and Github but the point is that it can talk to any API.
This was my first experience with Jitsu, Express and Jade. Jade didn't win me over, but Jitsu and Express are very cool.