Skip to content

Instantly share code, notes, and snippets.

@Srushtika
Created November 16, 2018 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Srushtika/ddd55b19be4631f9e93facc9b09d79df to your computer and use it in GitHub Desktop.
Save Srushtika/ddd55b19be4631f9e93facc9b09d79df to your computer and use it in GitHub Desktop.
WebSockets server tutorial
<!DOCTYPE html>
<html lang="en">
<head>
<title>WebSocket Example</title>
<script src="client.js"></script>
</head>
<body>
<h1>WebSocket Example</h1>
<p>Open your browser's developer tools to see client/server activity.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment