Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`