https://github.com/emcecs/atmos-js
Automatically exported from code.google.com/p/atmos-js
https://github.com/emcecs/atmos-js
Last synced: over 1 year ago
JSON representation
Automatically exported from code.google.com/p/atmos-js
- Host: GitHub
- URL: https://github.com/emcecs/atmos-js
- Owner: EMCECS
- License: bsd-3-clause
- Created: 2016-03-17T18:22:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T17:45:10.000Z (over 7 years ago)
- Last Synced: 2025-02-08T18:45:44.128Z (over 1 year ago)
- Language: JavaScript
- Size: 17 MB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atmos JavaScript connector
JavaScript API wrapper to provide simple access to EMC Atmos Cloud Storage
# AtmosJSUploader
Currently, Atmos does not support cross-origin resource sharing (CORS). Therefore, atmos-js does not support cross-domain requests (unless running in node.js). That means that your application needs to be served from the same domain as your Atmos storage. Generally, the easiest way to do this is to serve your application itself directly from Atmos. To assist with this, the AtmosJSUploader application (Available on the Downloads page) can be used to upload your HTML application. Please see The [[AtmosJSUploader]] page.
# Browser Support
Please check the [[BrowserSupport]] wiki page for a list of supported environments.
HTML5 App
A really cool HTML5 Browser App written using the JavaScript API. See the [[HTML5 App]] wiki page for details.