Initial commit

This commit is contained in:
Arjun Patel
2018-07-23 21:03:33 -07:00
commit df3c21f81b
7 changed files with 828 additions and 0 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>