summaryrefslogtreecommitdiff
path: root/README.md
blob: 471edb1eac825e7ce6743196440205ad20356edf (plain)
1
2
3
4
5
6
7
8
# pubd
A gRPC server for experimenting.

## countah
A service that streams a counter that counts up from 0, incrementing the value once a second, while the client is connected.
```bash
podman run --rm -it --network host -v ./proto:/proto:ro docker.io/fullstorydev/grpcurl:latest-alpine -plaintext -import-path /proto -proto countah.proto -d '{}' localhost:60069 unit.countah.v0.Countah.Counter
```