https://github.com/droptheplot/pingrpc
https://github.com/droptheplot/pingrpc
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/droptheplot/pingrpc
- Owner: droptheplot
- Created: 2025-03-07T11:03:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-24T08:33:05.000Z (9 months ago)
- Last Synced: 2025-06-24T09:42:20.610Z (9 months ago)
- Language: Scala
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PingRPC
[](https://github.com/droptheplot/pingrpc/actions/workflows/test.yml)
Cross platform gRPC client

## Development
Use `--server` flag to run gRPC server on `localhost:8080` (e.g., `sbt 'run --server'`)
Service is defined in [src/main/protobuf/hello.proto](src/main/protobuf/hello.proto)