You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2019/04/21 07:10:31 UTC

[GitHub] [incubator-brpc] jasonszang edited a comment on issue #735: 何时支持java client?

jasonszang edited a comment on issue #735: 何时支持java client?
URL: https://github.com/apache/incubator-brpc/issues/735#issuecomment-484753488
 
 
   You can use HTTP protocol to access protobuf-based rpc services. From virtually anything that supports HTTP, which is, well, virtually anything. Including C++ itself, if you don't want to link against brpc on the client side you can use things like say libcurl, Boost.Beast, etc, with a performance overhead of course.
   
   See https://github.com/apache/incubator-brpc/blob/master/docs/en/server.md#accessed-by-httph2

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org