grpc
grpc copied to clipboard
Erlang library for GRPC
Following the tutorial I try to run my own service and get an error. What could I have done wrong? ``` {ok, Connection} = grpc_client:connect(tcp, "localhost", 10000). ``` ``` {ok,...
I updated grpc_server to always insert the content-type used by the request (or `application/grpc` by default) into the response's HTTP headers. Without this, I couldn't get it to communicate with...
start the server example "grpc:start_server(hello, tcp, 10000, helloworld_server, [])." it should be "grpc:start_server(hello,tcp,10000,#{'ServiceName'=> helloworld_server},[])."
I have 2 connections and in each connection bidirectional streams and when the client from the first connection sends something to sever I want to forward it to client from...
Is the library compatible for gprc web client? If not, any ideas?
@willemdj Hi, I saw your thread on HTTP/2 features in cowboy. I have been working on an [HTTP/2 server](https://github.com/CrowdHailer/Ace). It is clearly not as mature as cowboy but was developed...
what is the current status of the lib? how far it is from prod?