Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rongfengliang/grpc-elixir
grpc elixir golang client demo
https://github.com/rongfengliang/grpc-elixir
elixir golang grpc grpc-elixir
Last synced: about 1 month ago
JSON representation
grpc elixir golang client demo
- Host: GitHub
- URL: https://github.com/rongfengliang/grpc-elixir
- Owner: rongfengliang
- Created: 2018-04-12T13:10:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T13:41:57.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T06:31:43.922Z (6 months ago)
- Topics: elixir, golang, grpc, grpc-elixir
- Language: Go
- Size: 9.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-elixir-golang
grpc elixir golang client demothis is the demo project [grpc-elixir-server](https://github.com/rongfengliang/gprc-elixir-server)
golang client test## how to run
* start elixir grpc server
```bash
code [grpc-elioxir](https://github.com/rongfengliang/gprc-elixir-server)mix deps.get
iex -S mix
```* run golang grpc client
```bash
go run main.go
```