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.
- Install node.js.
- npm install -g grunt-cli
- git checkout [email protected]:ozone-development/ozp-iwc.git
- cd ozp-iwc
- npm install
- grunt test
- Browse to http://localhost:14000 for an index of samples and tests!