Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dtex/spas
- Owner: dtex
- License: mit
- Created: 2013-04-26T16:25:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T17:56:34.000Z (about 7 years ago)
- Last Synced: 2024-10-19T20:06:06.242Z (2 months ago)
- Language: JavaScript
- Size: 352 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)