Skip to content

Instantly share code, notes, and snippets.

@shanberg
Last active September 10, 2021 18:08
Show Gist options
  • Save shanberg/8c166a8f7e64087368833c712963bdb9 to your computer and use it in GitHub Desktop.
Save shanberg/8c166a8f7e64087368833c712963bdb9 to your computer and use it in GitHub Desktop.
Athens Connection
Athens Connection
Local Graph
connect to live -> Live Graph
Live Graph
hiccup -> Retrying
disconnect -> View-Only Mode
Retrying
auto-reconnect -> Live Graph
failed -> View-Only Mode
View-Only Mode
auto-reconnect -> Live Graph
switch graphs -> Local Graph
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment