Skip to content

Instantly share code, notes, and snippets.

@sandover
Last active February 15, 2026 18:39
Show Gist options
  • Select an option

  • Save sandover/3a23e1858fb77dd4897d8f9496f1a930 to your computer and use it in GitHub Desktop.

Select an option

Save sandover/3a23e1858fb77dd4897d8f9496f1a930 to your computer and use it in GitHub Desktop.
Alice's terminalBob's terminal
# Alice creates a pool
pls pool create chat
# Bob starts watching
pls peek chat
# Alice sends a message
pls poke chat \
  '{"from": "alice",
    "msg": "hello world"}'
# Bob sees it arrive
{ "data":
    {"from": "alice",
     "msg": "hello world"},
  ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment