https://github.com/cloud8421/grpc-demo
https://github.com/cloud8421/grpc-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloud8421/grpc-demo
- Owner: cloud8421
- Created: 2018-11-09T15:32:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T15:43:20.000Z (over 7 years ago)
- Last Synced: 2025-01-13T01:29:50.558Z (over 1 year ago)
- Language: Erlang
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grpc Spike
Tricky to get this to work in unison. This attempt uses Make as a glue between rebar3 and mix.
We leverage the fact that both rebar3 and mix use the same deps folder, having rebar to manage proto -> src files and then mix pick up the files. Make keeps everything in order.
The `grpcbox` dependency needs to be added in both `mix.exs` and `rebar.config`.