资 源 简 介
JS3DB stores and retrieves Javascript objects as JSON using Amazon S3. One could use this to create an entire application in HTML/Javascript, with Amazon S3 as the datastore.
Overview
Browser-based applications have come a long way over the last few years. Rich desktop-like applications can live inside a single HTML file, fueled by Javascript and Ajax.
However these applications lack an inherent method for storing data. Javascript"s same-origin policy prevents an application on one domain from saving data to another domain.
JS3DB gets around these limitations by using Amazon S3 to store all files and data. Amazon S3 provides a simple web services interface that can be used to store and retrieve data.
Installation
Grab the latest code from the downloads page.
Unpack and copy the code to