Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 382 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 382 Bytes

grpc-elixir-golang

grpc elixir golang client demo

this is the demo project grpc-elixir-server golang client test

how to run

  • start elixir grpc server
code [grpc-elioxir](https://github.com/rongfengliang/gprc-elixir-server)

mix deps.get

iex -S mix
  • run golang grpc client
go run main.go