Skip to content

Instantly share code, notes, and snippets.

@thisisjofrank
Created April 22, 2022 13:16
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 thisisjofrank/c4ee7bf26ef06e91f46cc737b6aef236 to your computer and use it in GitHub Desktop.
Save thisisjofrank/c4ee7bf26ef06e91f46cc737b6aef236 to your computer and use it in GitHub Desktop.
The UI of this demo is very simple - a couple of paragraphs that display the current browsers ClientId and whether or not this client is the leader.
...
<body>
<h1>Leader Election Demo</h1>
<p>Client Id: <span id="client-id"></span></p>
<p>Leader?: <span id="leader"></span></p>
<p>Current Counter Value: <span id="counter-value"></span></p>
<div id="presence-members">
Waiting to load presence....
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment