Skip to content

Latest commit

 

History

History
 
 

dashboard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Compile

go get github.com/gorilla/websocket
go build -o dashboard.exe main.go

Run

Default host and port:

dashboard.exe

With custom host and port:

dashboard.exe -addr=192.168.1.100:8888