AmplifyJS Logo

Provides the AmplifyJS library to Drupal.

AmplifyJS is a set of components designed to solve common web application problems with a simplistic API. Amplify's goal is to simplify all forms of data handling by providing a unified API for various data sources. Amplify's store component handles persistent client-side storage, using standards like localStorage and sessionStorage, but falling back on non-standard implementations for older browsers. Amplify's request adds some additional features to jQuery's ajax method while abstracting away the underlying data source.

AmplifyJS solves the following problems:

  • Ajax Request Management - amplify.request provides a clean and elegant request abstraction for all types of data, even allowing for transformation prior to consumption.
  • Client Side Component Communication - amplify.publish/subscribe provides a clean, performant API for component to component communication.
  • Client Side Browser & Mobile Device Storage - amplify.store takes the confusion out of HTML5 localStorage. It doesn't get simpler than using amplify.store(key, data)! It even works flawlessly on mobile devices.

For more information, please see the AmplifyJS Website at http://amplifyjs.com

Downloads

Version Downloads Date Links
7.x-1.0 tar.gz (13.93 KB) | zip (15.78 KB) 2011-Jul-21 Notes

Project Information


Maintainers for AmplifyJS

Issues for AmplifyJS

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
nobody click here