mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
15 lines
396 B
HTML
15 lines
396 B
HTML
<template name="pkg_amplify">
|
|
{{#markdown}}
|
|
|
|
## `amplify`
|
|
|
|
[Amplify](http://amplifyjs.com/) provides a simple cross-browser API for HTML5 local storage, an
|
|
in-browser communication channel for loosely coupling application
|
|
components, and several useful utility functions.
|
|
|
|
Amplify defines a global namespace `amplify` on the client only. It does
|
|
not run on the server.
|
|
|
|
{{/markdown}}
|
|
</template>
|