Skip to content

Commit

Permalink
Integrated dependency on Socket.io-Client
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolanaro committed Dec 31, 2013
1 parent c0c8fc5 commit 2c3ec4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Expand Up @@ -60,11 +60,10 @@ Session management is optional, if you want to use it you need a Redis server co
<html>
<head></head>
<body>
<script src="/socket.io/socket.io.js"></script>
<script src="/datachannel.io/datachannel.io.js"></script>
<script src="http://<yourHost>/datachannel.io/datachannel.io.js"></script>
<script>
var datachannel = new DataChannel({
socketServer: 'http://<yourIP>'
socketServer: 'http://<yourHost>'
});
</script>
</body>
Expand All @@ -88,7 +87,6 @@ The parameters of the `new DataChannel(object)` are:

### ToDo

- Serve unique client file javascript API
- SSL

Tested on Chrome v25 and Firefox v20.
Expand Down

0 comments on commit 2c3ec4b

Please sign in to comment.