Hi Liang, Were you able to write the gRPC server in C++ which can talk via grpc-gateway which will get HTTP message from another web application
On Wednesday, 13 May 2015 08:17:42 UTC+2, Liang Lw wrote: > > > I mean, we have some server which communicate to each other with HTTP1.1, > if I build a new server with GRPC, can it communicate with the old ones? > > My requirement seems same with RESTful style... > > grpc-gateway is GREAT! But when will you support for C++ ~~ haha > > > 在 2015年5月12日星期二 UTC+8下午9:57:37,Yugui Sonoda写道: >> >> >> I'm not sure what you mean by "building webserver", but you can use >> grpc-gateway <http://github.com/gengo/grpc-gateway> so that you can call >> gRPC methods with XMLHTTPRequest+JSON. >> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "grpc.io" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/grpc-io/d1a0feb8-db01-44dc-b11d-258aa4973ee3%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/grpc-io/d1a0feb8-db01-44dc-b11d-258aa4973ee3%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/9837611f-4637-452c-8ac5-2c7336903bd2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
