Archive for March, 2015

grpc »

grpc is high performance, open source, general-purpose RPC framework from Google. gRPC is a modern, open source remote procedure call (RPC) framework that can run anywhere. It enables client and server applications to communicate transparently, and makes it easier to build connected systems. The main usage scenarios: Low latency, highly scalable, distributed systems. Developing mobile […]