Add websocket transport

This commit is contained in:
Roy Hyunjin Han 2015-04-15 07:17:23 -04:00
commit 978a669d16
13 changed files with 250 additions and 78 deletions

View file

@ -1,6 +1,6 @@
<script src="/socket.io/socket.io.js"></script>
<script>
var socket = io('http://localhost');
var socket = io('//localhost');
var chat = io('/chat');
var news = io('/news');