Re: hunt-grpc 0.1.1 released! (Google gRPC for D)

2019-01-25 Thread Brian via Digitalmars-d-announce
On Thursday, 24 January 2019 at 21:17:24 UTC, viniarck wrote: On Thursday, 17 January 2019 at 04:19:27 UTC, Brian wrote: Google gRPC is A high performance, open-source universal RPC framework. [...] Cool. Thanks for contributing. I look forward to using it in a future project with

Re: hunt-grpc 0.1.1 released! (Google gRPC for D)

2019-01-24 Thread viniarck via Digitalmars-d-announce
On Thursday, 17 January 2019 at 04:19:27 UTC, Brian wrote: Google gRPC is A high performance, open-source universal RPC framework. [...] Cool. Thanks for contributing. I look forward to using it in a future project with microservices.

hunt-grpc 0.1.1 released! (Google gRPC for D)

2019-01-16 Thread Brian via Digitalmars-d-announce
Google gRPC is A high performance, open-source universal RPC framework. You can find it here: https://grpc.io/ hunt-grpc is a GRPC framework developed in D language. The new version mainly supports two-way communication and fixes some known errors. Example for server: ```D import