/ml-grpc-examples

testing and evaluating gRPC in OCaml

Primary LanguageOCamlGNU General Public License v3.0GPL-3.0

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!