socket_protobuf
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "socket_protobuf", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "socket发送protobuf二进制流的SDK", | ||
@@ -5,0 +5,0 @@ "main": "App.js", |
socket_protobuf | ||
##English: | ||
###Under the nodejs running environment, this SDK is used for socket sends the protobuf binary stream. | ||
###The open source code has an example, you can download the code to see how to use. | ||
###author email:597785841@qq.com | ||
## English: | ||
### Under the nodejs running environment, this SDK is used for socket sends the protobuf binary stream. | ||
### The open source code has an example, you can download the code to see how to use. | ||
### author email:597785841@qq.com | ||
##中文: | ||
###在nodejs运行环境下,socket发送protobuf二进制流的SDK。 | ||
###源码有例子,可以下载源码查看使用方法。 | ||
###作者邮箱:597785841@qq.com | ||
###由于github源码无法访问,中国大陆源码地址如下: | ||
###https://e.coding.net/wujinhong/open_source/socket_protobuf.git | ||
## 中文: | ||
### 在nodejs运行环境下,socket发送protobuf二进制流的SDK。 | ||
### 源码有例子,可以下载源码查看使用方法。 | ||
### 作者邮箱:597785841@qq.com | ||
### 由于github源码无法访问,中国大陆源码地址如下: | ||
### https://e.coding.net/wujinhong/open_source/socket_protobuf.git | ||
47074