diff options
| author | Paul Grosu <pgrosu@gmail.com> | 2016-12-06 21:39:43 -0500 |
|---|---|---|
| committer | Paul Grosu <pgrosu@gmail.com> | 2016-12-06 21:39:43 -0500 |
| commit | 6bf06870225d78ea9457ae87840bae822b50d893 (patch) | |
| tree | 952f41fbd58d21e540f4912c12962f575a55183f /chapter/1 | |
| parent | bf05b2a7a974fc7af352f7a2e68f08cc610353ac (diff) | |
submit
Diffstat (limited to 'chapter/1')
| -rw-r--r-- | chapter/1/gRPC.md | 40 |
1 files changed, 28 insertions, 12 deletions
diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md index af26980..20028ea 100644 --- a/chapter/1/gRPC.md +++ b/chapter/1/gRPC.md @@ -145,18 +145,34 @@ The Java implementation of gRPC been built with Mobile platform in mind and to p ## References ` `[Apigee]: https://www.youtube.com/watch?v=-2sWDr3Z0Wo + ` `[Authentication]: http://www.grpc.io/docs/guides/auth.html + ` `[Benchmarks]: http://www.grpc.io/docs/guides/benchmarking.html + ` `[CoreSurfaceAPIs]: https://github.com/grpc/grpc/tree/master/src/core -[ErrorModel]: http://www.grpc.io/docs/guides/error.html -[gRPC]: https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md -[gRPC-Companies]: http://www.grpc.io/about/ -[gRPC-Languages]: http://www.grpc.io/docs/ -[gRPC-Protos]: https://github.com/googleapis/googleapis/ -[Netty]: http://netty.io/ -[RFC7540]: http://httpwg.org/specs/rfc7540.html -[HelloWorldProto]: https://github.com/grpc/grpc/blob/master/examples/protos/helloworld.proto -[Protobuf-Types]: https://developers.google.com/protocol-buffers/docs/encoding -[gRPC-Overview]: http://www.grpc.io/docs/guides/ -[gRPC-Languages]: http://www.grpc.io/about/#osp -[gRPC-Benchmark]: http://www.grpc.io/docs/guides/benchmarking.html
\ No newline at end of file + +` `[ErrorModel]: http://www.grpc.io/docs/guides/error.html + +` `[gRPC]: https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md + +` `[gRPC-Companies]: http://www.grpc.io/about/ + +` `[gRPC-Languages]: http://www.grpc.io/docs/ + +` `[gRPC-Protos]: https://github.com/googleapis/googleapis/ + +` `[Netty]: http://netty.io/ + +` `[RFC7540]: http://httpwg.org/specs/rfc7540.html + +` `[HelloWorldProto]: https://github.com/grpc/grpc/blob/master/examples/protos/ +helloworld.proto + +` `[Protobuf-Types]: https://developers.google.com/protocol-buffers/docs/encoding + +` `[gRPC-Overview]: http://www.grpc.io/docs/guides/ + +` `[gRPC-Languages]: http://www.grpc.io/about/#osp + +` `[gRPC-Benchmark]: http://www.grpc.io/docs/guides/benchmarking.html |
