socket established + chat actualy message ui and mechanism

- need to do the mysql hookup
This commit is contained in:
Arjun Patel
2018-05-27 01:06:36 -07:00
parent 59a3bc7e7d
commit 540d83c989
5 changed files with 632 additions and 37 deletions
+7
View File
@@ -0,0 +1,7 @@
<h1>Welcome</h1>
<script src="/socket.io/socket.io.js"></script>
<script>
var socket = io();
socket.emit('test');
</script>