Seeking gRPC Libraries for Microservices in D Language

mw mw at gmail.com
Fri Oct 18 01:35:33 UTC 2024


On Thursday, 17 October 2024 at 19:17:19 UTC, Sergey wrote:
> On Thursday, 17 October 2024 at 17:23:43 UTC, Lover wrote:
>> Hello everyone,
>>
>> I'm currently working on building microservices using the D 
>> programming language. I'm looking for efficient and 
>> well-supported gRPC libraries that are compatible with D. Does 
>> anyone have experience with gRPC in D or know of any reliable 
>> libraries that I can use?
>>


My advice: none of the following grpc D library are of production 
quality:

>
> For D there are several options:
> - from hunt labs
> https://code.dlang.org/packages/grpc
...
> - from Harrison Ford
> https://code.dlang.org/packages/grpc-d-core
> https://code.dlang.org/packages/grpc-d-interop
> Example: https://github.com/mw66/grpc-demo/tree/master

If you insist on using grpc, I would suggest using the official 
C++ grpc which forward the internal real processing to D language 
via the D C++ external interface.


More information about the Digitalmars-d mailing list