Webpipe: A utility for tailing and sharing your logs through a browser

Built this utility to scratch an itch that I had for piping stuff to the browser, it uses Cowboy and Server Side Events to get the job done.

2 Likes

Seems similar to mine Lumberjack which uses Plug, but for now have no HTTP input. I think I may add one in the future.

Edit, on the other hand, with Lumberjack you can use nc to pipe logs to the application, without using HTTP.

1 Like

Lumberjack looks really neat, I’ll check it out :slight_smile: