Step-0: define a service
This commit is contained in:
parent
8536e0767e
commit
5c72361ee1
|
|
@ -1,8 +1,8 @@
|
||||||
# Step-0: define a service
|
# Step-0: define a service
|
||||||
|
|
||||||
This section presents an example of a very simple service definition that
|
This section presents an example of a very simple service definition that
|
||||||
receives a message from a remote client. The messages contains the users's
|
receives a message from a remote client. The message contains the users's
|
||||||
name and sends's back a greeting for that person.
|
name and sends back a greeting to that person.
|
||||||
|
|
||||||
Here it is in full; to be used to generate gRPC code it's defined in it's own
|
Here it is in full; to be used to generate gRPC code it's defined in it's own
|
||||||
file [helloworld.proto](helloworld.proto).
|
file [helloworld.proto](helloworld.proto).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue