Sign up http://www.brightcontext.com
Documentation http://brightcontext.com/docs/js/
Questions http://www.brightcontext.com/about/contact/
<!-- minified -->
<script src="http://static.brightcontext.com/js-sdk/bcc.min.js"></script>
<!-- development -->
<script src="http://static.brightcontext.com/js-sdk/bcc.js"></script>
Dependencies
build, concat, minify and test:
./make.sh
documentation
./makedocs.sh
When running in non-browser environments, BrightContext will work, but you need to provide a polyfill for a w3c compatible WebSocket
and XMLHttpRequest
implementation. See the examples directory for an example of how to do this in node.js and titanium.
MIT