Advertisement
Guest User

Untitled

a guest
Jul 20th, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script src="/socket.io/socket.io.js"></script>
  4. </head>
  5. <body>
  6. <script>
  7. var socket = io.connect();
  8. </script>
  9. <div>This is our socket.html file</div>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement