发布于 2017-06-29 00:18:05 | 164 次阅读 | 评论: 0 | 来源: 网友投递
GRPC RPC 框架
GRPC 是一个高性能、开源和通用的 RPC 框架,面向移动和 HTTP/2 设计。目前提供 C、Java 和 Go 语言版本,分别是:grpc, grpc-java, grpc-go. 其中 C 版本支持 C, C++, Node.js, Python, Ruby, Objective-C, PHP 和 C# 支持.
GRPC 1.4.1 已发布,
主要更新如下:
C-Core
Node (Changes since 1.3.x):
Add experimental support for ARM processors.
The API documentation has been expanded and reorganized.
Added the class Client
, which is a generic superclass for generated client classes. Some global functions for operating on client objects have also been added to Client.prototype
.
Fixed issue with building against older versions of OpenSSL (#11264) (credit to smulikHakipod).
Fixed a bug with handling some error conditions when streaming messages from the client.
Fixed a bug with handling some error conditions when streaming messages from the client.
Fixed a memory leak of up to 8KB per call.
下载