Advertisement
Guest User

socketio html file

a guest
Sep 11th, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <h1> Client.html </h1>
  2.  
  3. <!-- Socket IO CDN and connection -->
  4.  
  5. <script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.dev.js"></script>
  6. <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
  7.  
  8. <script>
  9.  
  10. var socket = io();
  11.  
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement