Skip to content

Commit

Permalink
refactor: server->typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritree committed Oct 29, 2017
1 parent 2baa5e4 commit b9ebd1d
Show file tree
Hide file tree
Showing 14 changed files with 285 additions and 225 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<script src="http://localhost:8988/socket.io/socket.io.js"></script>
<script src="http://localhost:8989/socket.io/socket.io.js"></script>
<script>
var socket = io.connect('http://localhost:8988');
var socket = io.connect('http://localhost:8989');
</script>
</html>
Loading

0 comments on commit b9ebd1d

Please sign in to comment.