experimenting with peerjs

This commit is contained in:
Kevin Jahns
2014-08-13 02:00:52 +02:00
parent de399bf7b7
commit 3f5f3cae97
11 changed files with 513 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ First you have to include the following libraries in your widget file:
<script src="../../build/browser/Connectors/IwcConnector.min.js"></script>
<script src="./index.js"></script>
```
A working widget implementation is maintained [here](./IwcJson.xml) and the js-file is [here](./IwcJson.js)
A working widget implementation is [IwcJson.xml](./IwcJson.xml) and the js-file is [index.js](./index.js)
```js