Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FYI: dlang-community / grpc-d works better #35

Open
mw66 opened this issue Jun 14, 2023 · 0 comments
Open

FYI: dlang-community / grpc-d works better #35

mw66 opened this issue Jun 14, 2023 · 0 comments

Comments

@mw66
Copy link
Contributor

mw66 commented Jun 14, 2023

Just FYI:

There is another grpc-d lib:

https://github.com/dlang-community/grpc-d

and I have tried the server side, it works more reliable than this grpc-dlang library;
also it can talk to both Python and Dart client easily, e.g:

https://github.com/dlang-community/grpc-demo
https://github.com/dlang-community/grpc-d-compiler
https://github.com/dlang-community/grpc-d-interop

(I fixed a few things, so please use the dlang-community fork version of the libs.)

Basically, it's a D wrapper of Google's own libgrpc, not a home-grown library like this one, so we are using the same underlying libs from Google.

D has a relative small community, maybe we should join the effort to maintain one single quality library, instead of re-invent the wheels, unless you are confident you can do better than Google's own libs.

Cheers.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant