https://github.com/gmmorris/deputizejs
A Javascript Resource fetching, dispatching and caching component which enables multiple clients within an application to request and respond to the same resource in parallel with caching to avoid unneeded requests to the service provider.
https://github.com/gmmorris/deputizejs
Last synced: 3 months ago
JSON representation
A Javascript Resource fetching, dispatching and caching component which enables multiple clients within an application to request and respond to the same resource in parallel with caching to avoid unneeded requests to the service provider.
- Host: GitHub
- URL: https://github.com/gmmorris/deputizejs
- Owner: gmmorris
- License: mit
- Created: 2014-02-18T16:00:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-23T22:50:16.000Z (about 11 years ago)
- Last Synced: 2024-04-14T05:40:41.552Z (about 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
deputizejs
==========A Javascript Resource fetching, dispatching and caching component which enables multiple clients within an application to request and respond to the same resource in parallel with caching to avoid unneeded requests to the service provider.