Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dtex/spas

Super Proxy Asset Server
https://github.com/dtex/spas

Last synced: about 2 months ago
JSON representation

Super Proxy Asset Server

Awesome Lists containing this project

README

        

# spas

Super Proxy Asset Server

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., spas can make it better. spas throttles, caches, parses, concatenates and minifies API responses and serves them all up in one tidy little package for the browser.

Every web site that hits multiple API's from the client should be doing this... Almost none are.

## Documentation
[http://dtex.github.com/spas](http://dtex.github.com/spas)

## Stinkin' Badges

[![NPM version](https://badge.fury.io/js/spas.png)](http://badge.fury.io/js/spas)
[![Dependencies](https://david-dm.org/dtex/spas.png)](https://david-dm.org/dtex/spas.png)
[![Build Status](https://travis-ci.org/dtex/spas.png)](https://travis-ci.org/dtex/spas)