aboutsummaryrefslogtreecommitdiff
path: root/chapter/1/gRPC.md
diff options
context:
space:
mode:
authorPaul Grosu <pgrosu@gmail.com>2016-12-06 21:25:40 -0500
committerPaul Grosu <pgrosu@gmail.com>2016-12-06 21:25:40 -0500
commit0598f53e1a16ab7731f081a77f15542192c28b07 (patch)
treea1344017a0bef27195be76fa46ef31de7d2b4605 /chapter/1/gRPC.md
parent93948d701c8e531c42caeb538b7fcb352e8d19ab (diff)
submit
Diffstat (limited to 'chapter/1/gRPC.md')
-rw-r--r--chapter/1/gRPC.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md
index 96d4609..0dc78c3 100644
--- a/chapter/1/gRPC.md
+++ b/chapter/1/gRPC.md
@@ -130,10 +130,17 @@ There are benchmarks being performed on a daily basis to ensure that gRPC perfor
<em>Figure 6: Benchmark showing the queries-per-second on two virtual machines with 32 cores each.</em>
</p>
+Most of the public Google APIs have been ported to support gRPC and their definitions can be analyzed at the following location:
+
+<p align="center">
+ <em><a href="https://github.com/googleapis/googleapis/tree/master/google">https://github.com/googleapis/googleapis/tree/master/google</a></em><br>
+<p>
+
+
<h3>3.1 <em>gRPC Java</em></h3>
-The Java implementation of gRPC has been built with Mobile platform in mind and requires support of JDK 6.0 and higher. There are
+The Java implementation of gRPC been built with Mobile platform in mind and to provide that capability it requires JDK 6.0 to be supported. Though the core of gRPC is built for data centers specifically to support C/C++ for the Linux platform, the Java and Go implementations are two very reliable platform to experiment the microservice ecosystem implementations.
## References