Skip to content

BrightContext/js-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bright Context JavaScript SDK

Sign up http://www.brightcontext.com

Documentation http://brightcontext.com/docs/js/

Questions http://www.brightcontext.com/about/contact/

Pre-built CDN Hosting

<!-- 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>

Local Build

Dependencies

build, concat, minify and test:

./make.sh

documentation

./makedocs.sh

CommonJS / Titanium / Node.js

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.

License

MIT