summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
+```