iRonin / simperium-js

Simperium client library for Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simperium-js

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.

License

The Simperium Javascript library is available for free and commercial use under the MIT license.

Building

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.

Getting Started

See the introduction or the API reference.

About

Simperium client library for Javascript

License:MIT License