gRPC / http2
zoujiaqing
zoujiaqing at gmail.com
Mon Jun 3 13:32:09 UTC 2019
On Monday, 3 June 2019 at 12:31:37 UTC, Aldo wrote:
> Hello,
>
> I'm trying to push D at work, but its really hard. We are going
> to split our monolothic to microservices, but D is lagging
> behind other languages on this domain...
>
> Why we still don't have a simple http2 server ?
>
> gRPC is becoming popular, all others languages already have
> support for it (rust, go, net core, java...). I know that we
> already have a basic gRPC support with hunt-grpc, but its not
> really updated / working well (client not working on window,
> server not working on docker).
>
> We need a package that just focus on http2 and gRPC.
>
> I will try to start something, but I will never be able to
> build a complete http2 server alone, its beyond my skills.
Hi, the grpc-dlang is already working properly!
https://github.com/huntlabs/grpc-dlang
gRPC for DLang used by hunt-http server, hunt-http is http 1.1
and http 2.0 server and client library.
More information about the Digitalmars-d
mailing list