文件名称:grpc-common-master
- 所属分类:
- Web服务器
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-03-12
- 文件大小:
- 209kb
- 下载次数:
- 0次
- 提 供 者:
- Reza Gh*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
In gRPC a client application can directly call methods on a server application a different machine as if it was a local object, making it easier for you to create distributed applications and services. As in many RPC systems, gRPC is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types. On the server side, the server implements this interface and runs a gRPC server to handle client calls. On the client side, the client has a stub that provides exactly the same methods as the server.
-In gRPC a client application can directly call methods on a server application on a different machine as if it was a local object, making it easier for you to create distributed applications and services. As in many RPC systems, gRPC is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types. On the server side, the server implements this interface and runs a gRPC server to handle client calls. On the client side, the client has a stub that provides exactly the same methods as the server.
-In gRPC a client application can directly call methods on a server application on a different machine as if it was a local object, making it easier for you to create distributed applications and services. As in many RPC systems, gRPC is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types. On the server side, the server implements this interface and runs a gRPC server to handle client calls. On the client side, the client has a stub that provides exactly the same methods as the server.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
grpc-common-master
..................\.gitignore
..................\LICENSE
..................\PATENTS
..................\PROTOCOL-HTTP2.md
..................\README.md
..................\cpp
..................\...\README.md
..................\...\cpptutorial.md
..................\...\helloworld
..................\...\..........\Makefile
..................\...\..........\README.md
..................\...\..........\greeter_client.cc
..................\...\..........\greeter_server.cc
..................\...\route_guide
..................\...\...........\Makefile
..................\...\...........\helper.cc
..................\...\...........\helper.h
..................\...\...........\route_guide_client.cc
..................\...\...........\route_guide_db.json
..................\...\...........\route_guide_server.cc
..................\go
..................\..\README.md
..................\..\gotutorial.md
..................\..\greeter_client
..................\..\..............\main.go
..................\..\greeter_server
..................\..\..............\main.go
..................\..\helloworld
..................\..\..........\helloworld.pb.go
..................\grpc-auth-support.md
..................\java
..................\....\README.md
..................\....\android
..................\....\.......\.gitignore
..................\....\.......\README.md
..................\....\.......\app
..................\....\.......\...\.gitignore
..................\....\.......\...\build.gradle
..................\....\.......\...\proguard-rules.pro
..................\....\.......\...\src
..................\....\.......\...\...\main
..................\....\.......\...\...\....\AndroidManifest.xml
..................\....\.......\...\...\....\java
..................\....\.......\...\...\....\....\io
..................\....\.......\...\...\....\....\..\grpc
..................\....\.......\...\...\....\....\..\....\helloworldexample
..................\....\.......\...\...\....\....\..\....\.................\GreeterGrpc.java
..................\....\.......\...\...\....\....\..\....\.................\Helloworld.java
..................\....\.......\...\...\....\....\..\....\.................\HelloworldActivity.java
..................\....\.......\...\...\....\res
..................\....\.......\...\...\....\...\layout
..................\....\.......\...\...\....\...\......\activity_helloworld.xml
..................\....\.......\...\...\....\...\mipmap-hdpi
..................\....\.......\...\...\....\...\...........\ic_launcher.png
..................\....\.......\...\...\....\...\mipmap-mdpi
..................\....\.......\...\...\....\...\...........\ic_launcher.png
..................\....\.......\...\...\....\...\mipmap-xhdpi
..................\....\.......\...\...\....\...\............\ic_launcher.png
..................\....\.......\...\...\....\...\mipmap-xxhdpi
..................\....\.......\...\...\....\...\.............\ic_launcher.png
..................\....\.......\...\...\....\...\values
..................\....\.......\...\...\....\...\......\strings.xml
..................\....\.......\build.gradle
..................\....\.......\gradle
..................\....\.......\......\wrapper
..................\....\.......\......\.......\gradle-wrapper.jar
..................\....\.......\......\.......\gradle-wrapper.properties
..................\....\.......\gradlew
..................\....\.......\gradlew.bat
..................\....\.......\settings.gradle
..................\....\javatutorial.md
..................\node
..................\....\.gitignore
..................\....\README.md
..................\....\greeter_client.js
..................\....\greeter_server.js
..................\....\helloworld.proto
..................\....\package.json
..................\....\route_guide
..................\....\...........\README.md
..................\....\...........\route_guide.proto
..................\....\...........\route_guide_client.js
..................\....\...........\route_guide_db.json
..................\....\...........\route_