Rainierraoul / ozp-iwc

The Inter-Widget Communication used by the Ozone Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ozp-iwc

ozp-iwc provides an in-browser communications network between participants in multiple browser tabs, iframes, or workers using HTML5 standard features. These participants, which can be from different origins, can use the client API to send messages to any other participant on the network.

To Build

  1. Install node.js.
  2. npm install -g grunt-cli
  3. git checkout git@github.com:ozone-development/ozp-iwc.git
  4. cd ozp-iwc
  5. npm install
  6. grunt test
  7. Browse to http://localhost:14000 for an index of samples and tests!

Demo

http://ozone-development.github.io/iwc/gridster/

About

The Inter-Widget Communication used by the Ozone Platform