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
- Host: GitHub
- URL: https://github.com/codiepp/ml-grpc-examples
- Owner: CodiePP
- License: gpl-3.0
- Created: 2023-02-11T18:47:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T18:56:57.000Z (about 3 years ago)
- Last Synced: 2025-07-04T18:06:58.052Z (8 months ago)
- Language: OCaml
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
```