Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baransu/reason-grpc-playground
Reason gRPC Playground
https://github.com/baransu/reason-grpc-playground
grpc ocaml reasonml
Last synced: 13 days ago
JSON representation
Reason gRPC Playground
- Host: GitHub
- URL: https://github.com/baransu/reason-grpc-playground
- Owner: baransu
- License: mit
- Created: 2019-10-20T17:19:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T00:54:32.000Z (over 3 years ago)
- Last Synced: 2025-01-05T10:42:50.197Z (20 days ago)
- Topics: grpc, ocaml, reasonml
- Language: OCaml
- Size: 118 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reason-grpc
Based on https://github.com/EduardoRFS/re-grpc-hacking
### Running
- Install `protoc` compiler for your local machine
- run `esy install`
- run `esy protocGenerate`
- run `esy server`
- in second terminal run `esy client`