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

https://github.com/codiepp/ml-grpc-examples

testing and evaluating gRPC in OCaml
https://github.com/codiepp/ml-grpc-examples

Last synced: 7 months ago
JSON representation

testing and evaluating gRPC in OCaml

Awesome Lists containing this project

README

          

# Examples of gRPC in OCaml

## test greeter

in one terminal:
`dune exec -- greeter/server/greeter_server.exe`

in another terminal:
`dune exec -- greeter/client/greeter_client.exe world`

output:

```
Hello, world!
```