Start from scratch
This commit is contained in:
parent
24ce2dc6c0
commit
cd92f1c0cc
12 changed files with 105 additions and 1123 deletions
4
socketIO_client/tests/index.html
Normal file
4
socketIO_client/tests/index.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<script src="/socket.io/socket.io.js"></script>
|
||||
<script>
|
||||
var socket = io('http://localhost');
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue