cre-nodejs-server
Version:
node.js server
14 lines (13 loc) • 351 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<script src="/socket.io/socket.io.js"></script>
<script src="/Client/index.js"></script>
</head>
<body>
<h1>Listening to sockets</h1>
<textarea id="log" style="width:400px;height:400px;"></textarea>
</body>
</html>