google grpc 介绍

grpc是google最新发布(2015年2月底)的开源rpc框架。

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

特性

构建于HTTP/2标准,带来很多功能,如:

  • flow control
  • multiplexing requests over a single TCP connection

mobile