summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-01-15 00:58:13 -0600
committerunitexe <unitexe70@gmail.com>2026-01-15 00:58:13 -0600
commit2ed7aee429a39a595e02457b508ec7d6d5648461 (patch)
tree620d8a0738423eab4c1a138ce6aa0f99c6f3de9a
parenta89d30c7047dabe993af498a02e34b040ebe99a7 (diff)
Add README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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
+```