updated server file

This commit is contained in:
ori agranat
2019-03-01 18:44:08 +02:00
parent 107b0dfb27
commit d6f84141f3
4 changed files with 38 additions and 17 deletions

View File

@@ -21,5 +21,11 @@
</div>
</nav>
<h1>fuck all of you web server is working like shit</h1>
<script>
var sock = new WebSocket("ws://localhost:8765");
while(true){
sock.send('test');
}
</script>
</body>
</html>