Skip to content

Share stdout as a web application. Written in golang with websockets

Notifications You must be signed in to change notification settings

bitterbit/stdout-pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stdout-pub

Share stdout as a web application, oipe stdout from cli-executables to WebSocket server with a web dashboard.

stdout-pub is made out of two executables:
robby server aggregeting stdouts from pipers and displaying them on the webclient
piper client sending stdout to a robby

Screenshot

Build

# Dependencies
$ go get github.com/gorilla/mux
$ go get github.com/gorilla/websocket

# Install
$ go build cmd/piper.go
$ go build cmd/robby.go

Run

Start server, visit http://localhost:1234/

$ ./robby -addr :1234

Send data

$ echo "a" | ./piper -addr :1234

Demo

Demo

About

Share stdout as a web application. Written in golang with websockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages