Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# grpc-elixir-golang
grpc elixir golang client demo

this 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
```