www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - gRPC for DLang release new version, add asynchronous api.

gRPC is a modern open source high performance RPC framework that 
can run in any environment. It can efficiently connect services 
in and across data centers with pluggable support for load 
balancing, tracing, health checking and authentication. It is 
also applicable in last mile of distributed computing to connect 
devices, mobile applications and browsers to backend services.

Major improvements:
1. Interface optimization
2. Support asynchronous requests
3. Improve stability
4. Updated hunt-http to better support http2 protocol
5. Fix some bugs

Project repo:

https://github.com/huntlabs/grpc-dlang
Sep 18 2019