An open API service indexing awesome lists of open source software.

https://github.com/droptheplot/pingrpc


https://github.com/droptheplot/pingrpc

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# PingRPC

[![Test](https://github.com/droptheplot/pingrpc/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/droptheplot/pingrpc/actions/workflows/test.yml)

Cross platform gRPC client

![screenshot](screenshot.png)

## 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)