gRPC / http2

Seb seb at wilzba.ch
Mon Jun 3 12:55:15 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.

HTTP2 support for vibe.d is being worked on e.g. here:

https://github.com/vibe-d/vibe-http/pull/15

DConf presentation: http://dconf.org/2019/talks/galla.html


More information about the Digitalmars-d mailing list