grpc/examples/protos
Nicolas "Pixel" Noble 24263c3f7a Fixing a few items with the new Bazel BUILD system:
-) Fixing Bazel 0.4.x breakage
-) Adding helloworld BUILD examples
-) Fixing grpc++ missing files.
-) Adding helloworld example as a test for Bazel basic.
2017-01-13 02:55:13 +01:00
..
BUILD Fixing a few items with the new Bazel BUILD system: 2017-01-13 02:55:13 +01:00
README.md move examples to correct locations 2015-08-27 14:00:20 -07:00
auth_sample.proto move examples to correct locations 2015-08-27 14:00:20 -07:00
hellostreamingworld.proto move examples to correct locations 2015-08-27 14:00:20 -07:00
helloworld.proto Update copyrights 2016-03-31 07:46:18 -07:00
route_guide.proto Update copyrights 2016-03-31 07:46:18 -07:00

README.md

Example protos

Contents

  • [helloworld.proto]
    • The simple example used in the overview.
  • [route_guide.proto]
    • An example service described in detail in the tutorial.