From 2ed7aee429a39a595e02457b508ec7d6d5648461 Mon Sep 17 00:00:00 2001 From: unitexe Date: Thu, 15 Jan 2026 00:58:13 -0600 Subject: Add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..471edb1 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` -- cgit v1.2.3