Looks similar to the "bpipe" project I was experimenting with three years ago, except it appears seashells is only a one-way pipe ( can't pipe data back from browser into Unix pipe ).
The project I made has two two-way bindings from Unix pipes directly to DOM elements and supports DOM events.
The project I made has two two-way bindings from Unix pipes directly to DOM elements and supports DOM events.
Like:
If anyone is looking for inspiration on this sort of thing check out: https://github.com/Marak/bpipe. Includes both client and server.