| Alice's terminal | Bob'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"},
... } |
Last active
February 15, 2026 18:39
-
-
Save sandover/3a23e1858fb77dd4897d8f9496f1a930 to your computer and use it in GitHub Desktop.