Simperium is a simple way for developers to move data as it changes, instantly and automatically. This is the Javascript library. You can browse the documentation.
You can sign up for a hosted version of Simperium. There are Simperium libraries for other languages too.
The Simperium Javascript library is available for free and commercial use under the MIT license.
You'll need coffeescript to build this project.
To use the included Makefile, set the environment variable CLOSURE_COMPILER
to
execute Google's Closure Compiler jar:
export CLOSURE_COMPILER="java -jar
~/usr/local/closure-compiler/build/compiler.jar"
By default it will try to run the command closure-compiler
which should be
available if you use Homebrew to install
Google Closure Compiler.
See the introduction or the API reference.