Files
tixto/server/index.html
T
Arjun Patel 540d83c989 socket established + chat actualy message ui and mechanism
- need to do the mysql hookup
2018-05-27 01:06:36 -07:00

8 lines
129 B
HTML

<h1>Welcome</h1>
<script src="/socket.io/socket.io.js"></script>
<script>
var socket = io();
socket.emit('test');
</script>