From 880349fca82d4504dde53d0dd706238b803046d9 Mon Sep 17 00:00:00 2001 From: Paul Grosu Date: Tue, 6 Dec 2016 21:46:21 -0500 Subject: submit --- chapter/1/gRPC.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'chapter') diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md index 20028ea..0063958 100644 --- a/chapter/1/gRPC.md +++ b/chapter/1/gRPC.md @@ -137,11 +137,28 @@ Most of the public Google APIs - including the Speech API, Vision API, Bigtable, Figure 7: The public Google APIs have been updated for gRPC, and be found at https://github.com/googleapis/googleapis/tree/master/google

+

3.2 Authentication

-

3.1 gRPC Java

+There are two methods of authentication that are available in gRPC: + +* SSL/TLS +* Google Token (via OAuth2) + +gRPC is flexible in that once can implement their custom authentication if that is preferred. + +

3.3 gRPC Java

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 with data centers in mind - 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. +

3... Downloading gRPC Java

+ +The easiest way to download the gRPC-Java implemenation is by performing the following command: + + +

3... Hello World Demonstration

+ + + ## References ` `[Apigee]: https://www.youtube.com/watch?v=-2sWDr3Z0Wo -- cgit v1.2.3