Re: gRPC for D is released.

2018-10-12 Thread Brian via Digitalmars-d-announce
On Thursday, 11 October 2018 at 16:19:07 UTC, April Nassi wrote: Hi! I'm the community manager for gRPC and this is awesome! Would love to add this to our ecosystem repo. Would also be great to have you talk about this on an upcoming community call! Thanks, e-mail: zoujiaq...@gmail.com

Re: gRPC for D is released.

2018-10-11 Thread aberba via Digitalmars-d-announce
On Thursday, 11 October 2018 at 16:19:07 UTC, April Nassi wrote: Hi! I'm the community manager for gRPC and this is awesome! Would love to add this to our ecosystem repo. Would also be great to have you talk about this on an upcoming community call! That'll be nice.

Re: gRPC for D is released.

2018-10-11 Thread April Nassi via Digitalmars-d-announce
Hi! I'm the community manager for gRPC and this is awesome! Would love to add this to our ecosystem repo. Would also be great to have you talk about this on an upcoming community call!

Re: gRPC for D is released.

2018-10-11 Thread bachmeier via Digitalmars-d-announce
On Thursday, 11 October 2018 at 12:15:43 UTC, Brian wrote: hunt-grpc is Grpc for D programming language, hunt-http library based. hunt-grpc project: https://github.com/huntlabs/hunt-grpc Could you at least link to https://grpc.io/about/ so others know what this is?

Re: gRPC for D is released.

2018-10-11 Thread Martin Tschierschke via Digitalmars-d-announce
On Thursday, 11 October 2018 at 12:15:43 UTC, Brian wrote: hunt-grpc is Grpc for D programming language, hunt-http library based. [...] hunt-grpc project: https://github.com/huntlabs/hunt-grpc Interesting! D might be a candidate for being added here later: https://grpc.io/ "go straight to Qu

gRPC for D is released.

2018-10-11 Thread Brian via Digitalmars-d-announce
hunt-grpc is Grpc for D programming language, hunt-http library based. example server code: import helloworld.helloworld; import helloworld.helloworldrpc; import grpc; class GreeterImpl : GreeterBase { override HelloReply SayHello(HelloRequest request) { Hel