Start from scratch

This commit is contained in:
Roy Hyunjin Han 2015-02-17 11:25:18 -05:00
commit cd92f1c0cc
12 changed files with 105 additions and 1123 deletions

View file

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