https://github.com/cafjs/caf_pull
OBSOLETE! version 0.1.X. only. CAF extra lib to cache locally resources located with a URL
https://github.com/cafjs/caf_pull
Last synced: 5 months ago
JSON representation
OBSOLETE! version 0.1.X. only. CAF extra lib to cache locally resources located with a URL
- Host: GitHub
- URL: https://github.com/cafjs/caf_pull
- Owner: cafjs
- Created: 2013-01-13T21:24:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-26T21:11:19.000Z (over 11 years ago)
- Last Synced: 2025-09-27T14:56:36.353Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# CAF (Cloud Assistant Framework)
Co-design permanent, active, stateful, reliable cloud proxies with your web app.
See http://www.cafjs.com
## CAF Extra Lib Pull
This repository contains a CAF extra lib to cache locally, and check for changes, remote files identified by a URL.
## API
lib/proxy_pull.js
See the Turtles example application (combine with `caf_deploy`).
## Configuration Example
### framework.json
"plugs": [
{
"module": "caf_pull/plug",
"name": "pull_mux",
"description": "Shared connection to a service that caches files locally\n Properties: \n",
"env": {
}
},
### ca.json
"internal" : [
{
"module": "caf_pull/plug_ca",
"name": "pull_ca",
"description": "Provides a service to cache files locally for this CA",
"env" : {
}
},
...
]
"proxies" : [
{
"module": "caf_pull/proxy",
"name": "pull",
"description": "Access to a service to cache files locally",
"env" : {
}
},
...
]