LisaFC
4fdd141b67
added link to new public proto3 doc
10 years ago
Dmitri Shuralyov
b8ee4002ec
Fix old references to Greeting service/hello method.
...
In commit e1a9ebdce3
, "service Greeting {" was renamed to "service Greeter {" and method "rpc hello" was renamed to "rpc sayHello" (and later on to "rpc SayHello").
This fixes some old references to Greeting service and hello method to use the current Greeter service and SayHello method.
I've also tried to improve consistency in the wording/styling around "Greeter service".
10 years ago
Matt Ward
7c26b0e5c7
move Documentation up in the readme
...
the documentation is kinda the most important part so let's put the important things first.
10 years ago
LisaFC
71c0c6f71a
Update README.md
10 years ago
Nobuaki Sukegawa
a14a16921d
Update grpc-common and grpc-java url
10 years ago
Javier
3cc9bc8760
Fixed some links that were missing the package
10 years ago
Nicolas "Pixel" Noble
36aa8e0193
Adding a Travis badge.
10 years ago
Thomas Pietrzak
46b1125360
fix typo
10 years ago
LisaFC
8650bb9373
added prettyprint proto formatting
10 years ago
Florent Castelli
c07b8d6d2d
Fix typo in README.md
10 years ago
Jayant Kolhe
60725b5401
Update README.md
...
Fixed link the authentication information.
10 years ago
LisaFC
7e5c8fae95
added link to auth doc
10 years ago
Lisa Carey
058bcbcfb1
Added link to auth doc
10 years ago
Tim Emiola
e79b8d7d3c
Corrects capitalization
10 years ago
nmittler
04837cefe8
Updating Java code in README.md
10 years ago
Lisa Carey
5d843ea3dc
small fix
10 years ago
Lisa Carey
51d53cb10c
Removed big diagram todo
10 years ago
LisaFC
4b8fbe2bb3
Fixed a couple of small errors
10 years ago
Lisa Carey
ff0591f8d5
Updated to work with new Java example location/build
10 years ago
nmittler
8b3d4231c8
Updating Java code in README.md
10 years ago
Lisa Carey
dc82ddbe2c
small fix
10 years ago
Lisa Carey
dd6a918da5
Removed big diagram todo
10 years ago
LisaFC
9892f5c1fe
Fixed a couple of small errors
10 years ago
Lisa Carey
111273522f
Updated to work with new Java example location/build
10 years ago
Xiao Hang
b8942be562
Update Android Helloworld example
10 years ago
Mugur Marculescu
b6ab52c2b3
Added link to python helloworld
10 years ago
LisaFC
5d6398c3ba
small fixes
10 years ago
Jayant Kolhe
fcfbb41f1d
Update README.md
10 years ago
Dan Ciruli
e384403de5
Update README.md
10 years ago
LisaFC
a25a42b4b7
Update README.md
10 years ago
LisaFC
43a0eb0a99
Update README.md
10 years ago
LisaFC
78c9e77a4a
mentioned that we have (some) tutorials
10 years ago
LisaFC
2eadf58ab6
Update README.md
10 years ago
LisaFC
c237685474
Update README.md
...
Added link to golang/protobuf repo
10 years ago
LisaFC
613a1f32c2
Update README.md
10 years ago
Mugur Marculescu
d61021d964
Update README.md
...
Link out to the gRPC protocol description doc in grpc-common
10 years ago
Tim Emiola
9f5d6f6451
Update README.md
10 years ago
Lisa Carey
5279a5f7ae
Fix typo
10 years ago
Lisa Carey
683232652e
More tidying up
10 years ago
Lisa Carey
9b3b2a23c1
Added Go client example section, more tidying up of general info including protobuf.
10 years ago
Yang Gao
600d70cd8d
change proto README cpp node ruby
10 years ago
Mugur Marculescu
a143af389e
Small change to documentation text.
10 years ago
Jayant Kolhe
fca87034a3
Update README.md
10 years ago
Jayant Kolhe
c284c54561
Update README.md
10 years ago
Jayant Kolhe
512da888c4
Update README.md
10 years ago
Lisa Carey
48dbd9bd60
Mergey mergey
10 years ago
Lisa Carey
e1a9ebdce3
Couple more small fixes
10 years ago
Lisa Carey
554b4d7e20
More tidying up, pared down explanations for server and client code as was getting a bit too Java-specific.
10 years ago
Tim Emiola
a16a4d551f
Complete the change s/Greetings/Greeter
10 years ago
Tim Emiola
2604848108
Updates the main to reflect the proto changes in #19
10 years ago