guisehn / grpc-poc-elixir-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GRPC POC Elixir Server

  • mix deps.get
  • mix grpc.server

Clients

GRPC POC Elixir Client

You can use the Elixir client:

grpc-poc-elixir-client

grpcurl

Or, you can also use the CLI tool grpcurl to test it.

After starting the server, run this command from inside grpc-poc-protofiles:

grpcurl -plaintext -proto protofiles/hello_service.proto -d '{"name":"gui"}' localhost:50051 grpc_poc.HelloService.Hello

If you don't have it: brew install grpcurl

About


Languages

Language:Elixir 100.0%