Peer-to-peer networking for shell scripts & OS pipes.
npm install chr15m/dreamtime
./node_modules/.bin/dreamtime unique-room-identifier
Example: aggregate the output from ping
from different servers:
ping -n wikipedia.org | stdbuf -oL cut -b15- | dreamtime ping-party
Dreamtime is built on top of WebTorrent and uses the Bittorrent extension protocol for messaging.
Channels are completely public. Anybody can join or eavesdrop. Don't share secrets over them.