8000 GitHub - philipsahli/gonsumidor: gRPC Client application for https://github.com/philipsahli/gontador (in Golang)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

philipsahli/gonsumidor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gonsumidor increments the counter by 1 and prints out the counter every 2 seconds. Communication over gRPC to the gontador's service on port 3001.

Build

go build -o gonsumidor main.go

Run

SERVER_ADDRESS=localhost:3001 ./gonsumidor

Undeploy

oc delete all -l app=gonsumidor
oc delete template gonsumidor-template
0