I saw someone on here asking for a dead-simple way to just have a pipe between two machines
if I cobbled together such a service, with websocket and plain TCP support, would anyone use it?
e.g.: connect to wss://fifo.unascribed.com/mychannel on two boxes, and you can then send anything over the pipe and it'll show up on the other side
connecting more than two boxes would give you super simple pub-sub
@falkreon ...sure? I just think of Unix sockets (FIFOs)